MCPcopy Create free account

hub / github.com/Unity-Technologies/DesktopSamples / functions

Functions82,700 in github.com/Unity-Technologies/DesktopSamples

↓ 9 callersFunctionget_stack_type
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/verify.c:1940
↓ 9 callersMethodget_value_1
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.IMGUIModule.cpp:3414
↓ 9 callersFunctionil2cpp_array_element_size
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/vm/Array.cpp:283
↓ 9 callersFunctionil2cpp_codegen_get_overflow_exception
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/codegen/il2cpp-codegen-tiny.h:392
↓ 9 callersFunctionil2cpp_codegen_marshal_delegate
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/codegen/il2cpp-codegen-il2cpp.cpp:644
↓ 9 callersFunctionmake_coded_token
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/metadata-verify.c:1005
↓ 9 callersFunctionmono_bitset_count
* mono_bitset_count: * \param set bitset ptr * \returns number of bits that are set. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/monobitset.c:203
↓ 9 callersFunctionmono_bitset_new
* mono_bitset_new: * \param max_size The numer of bits you want to hold * \param flags bitfield of flags * \returns a bitset of size \p max_size. I
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/monobitset.c:35
↓ 9 callersFunctionmono_class_alloc
* mono_class_alloc: * * Allocate memory for some data belonging to CLASS, either from its image's mempool, * or from the heap. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class.c:1392
↓ 9 callersFunctionmono_class_from_generic_parameter_internal
* LOCKING: Acquires the image lock (@image). */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class.c:6259
↓ 9 callersFunctionmono_class_get_event_info
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class-accessors.c:337
↓ 9 callersFunctionmono_class_get_first_method_idx
* mono_class_get_first_method_idx: * * Return the table index of the first method for metadata classes. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class-accessors.c:118
↓ 9 callersFunctionmono_class_get_name
* mono_class_get_name * \param klass the \c MonoClass to act on * * \returns The name of the class. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class.c:9076
↓ 9 callersFunctionmono_class_is_open_constructed_type
* mono_class_is_open_constructed_type: * \param type a type * * \returns TRUE if type represents a generics open constructed type. * IOW, not all
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class.c:658
↓ 9 callersFunctionmono_class_is_variant_compatible
* @container the generic container from the GTD * @klass: the class to be assigned to * @oklass: the source class * * Both @klass and @oklass mus
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class.c:8198
↓ 9 callersFunctionmono_coop_cond_timedwait
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-coop-mutex.h:95
↓ 9 callersFunctionmono_coop_sem_destroy
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-coop-semaphore.h:30
↓ 9 callersFunctionmono_custom_attrs_from_index_checked
* mono_custom_attrs_from_index_checked: * \returns NULL if no attributes are found. On error returns NULL and sets \p error. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/custom-attrs.c:1290
↓ 9 callersFunctionmono_domain_set_internal
* mono_domain_set_internal: * \param domain the new domain * * Sets the current domain to \p domain. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/domain.c:947
↓ 9 callersFunctionmono_double_complex_make
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-complex.h:28
↓ 9 callersFunctionmono_dynstream_add_data
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/dynamic-stream.c:89
↓ 9 callersFunctionmono_error_raise_exception_deprecated
* mono_error_raise_exception_deprecated: * \param target_error the exception to raise * * Raises the exception of \p target_error. * Does nothing
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/exception.c:1044
↓ 9 callersFunctionmono_error_set_type_load_class
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-error.c:332
↓ 9 callersFunctionmono_field_get_type_checked
* mono_field_get_type_checked: * \param field the \c MonoClassField to act on * \param error used to return any error found while retrieving \p fiel
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class.c:9649
↓ 9 callersFunctionmono_gc_get_gc_callbacks
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/sgen-mono.c:2404
↓ 9 callersFunctionmono_gc_memmove_aligned
* mono_gc_memmove_aligned: * \param dest destination of the move * \param src source * \param size size of the block to move * * Move \p size byt
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/memfuncs.c:148
↓ 9 callersFunctionmono_gchandle_new
* mono_gchandle_new: * \param obj managed object to get a handle for * \param pinned whether the object should be pinned * * This returns a handle
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/boehm-gc.c:2013
↓ 9 callersFunctionmono_generic_param_num
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/class-internals.h:653
↓ 9 callersFunctionmono_get_hazardous_pointer
Can be called with hp==NULL, in which case it acts as an ordinary pointer fetch. It's used that way indirectly from mono_jit_info_table_add(),
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/hazard-pointer.c:192
↓ 9 callersFunctionmono_image_get_assembly
* mono_image_get_assembly: * \param image the \c MonoImage . * Use this routine to get the assembly that owns this image. * \returns the assembly t
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/image.c:2674
↓ 9 callersFunctionmono_lazy_is_initialized
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-lazy-init.h:120
↓ 9 callersFunctionmono_mb_create_method
* mono_mb_create_method: * Create a \c MonoMethod from this method builder. * \returns the newly created method. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/method-builder.c:134
↓ 9 callersFunctionmono_method_get_wrapper_data
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/loader.c:2245
↓ 9 callersFunctionmono_reflection_get_type_checked
* mono_reflection_get_type_checked: * \param rootimage the image of the currently active managed caller * \param image a metadata context * \param
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/reflection.c:2041
↓ 9 callersFunctionmono_register_jit_icall
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/icall.c:8748
↓ 9 callersFunctionmono_runtime_quit
* mono_runtime_quit: */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/appdomain.c:460
↓ 9 callersFunctionmono_thread_execute_interruption
* mono_thread_execute_interruption * * Performs the operation that the requested thread state requires (abort, * suspend or stop) */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/threads.c:4501
↓ 9 callersFunctionmono_thread_hazardous_try_free
* mono_thread_hazardous_try_free: * \param p the pointer to free * \param free_func the function that can free the pointer * * If \p p is not a ha
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/hazard-pointer.c:304
↓ 9 callersFunctionmono_thread_set_state
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/threads.c:4746
↓ 9 callersFunctionmono_threads_close_thread_handle
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-threads.c:1416
↓ 9 callersFunctionmono_threads_open_thread_handle
* mono_threads_open_thread_handle: * * Duplicate the handle. The handle needs to be closed by calling * mono_threads_close_thread_handle () when
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-threads.c:1410
↓ 9 callersFunctionmono_type_is_valid_in_context
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/verify.c:869
↓ 9 callersFunctionmono_valloc
* mono_valloc: * \param addr memory address * \param length memory area size * \param flags protection flags * Allocates \p length bytes of virtua
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-mmap.c:212
↓ 9 callersFunctionmono_vtable_get_static_field_data
* mono_vtable_get_static_field_data: * * Internal use function: return a pointer to the memory holding the static fields * for a class or NULL if t
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/object.c:3317
↓ 9 callersFunctionmono_w32handle_close
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/w32handle.c:304
↓ 9 callersFunctionmono_w32handle_issignalled
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/w32handle.c:103
↓ 9 callersFunctionmono_w32handle_lock
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/w32handle.c:135
↓ 9 callersFunctionmono_w32socket_setsockopt
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/w32socket.c:166
↓ 9 callersFunctionmono_win32_wait_for_single_object_ex
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/utils/mono-os-wait-win32.c:113
↓ 9 callersFunctionparse_type
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/metadata-verify.c:1320
↓ 9 callersFunctionprocess_set_field_string
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/w32process.c:151
↓ 9 callersFunctionreport_gc_root
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/sgen-mono.c:1903
↓ 9 callersFunctionsafe_name_bridge
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/sgen-tarjan-bridge.c:390
↓ 9 callersMethodset__options_16
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/System1.cpp:4330
↓ 9 callersMethodset_byteLen_13
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/mscorlib13.cpp:5058
↓ 9 callersMethodset_charLen_12
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/mscorlib13.cpp:5050
↓ 9 callersMethodset_charPos_11
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/mscorlib13.cpp:5042
↓ 9 callersMethodset_m_ChunkOffset_3
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/mscorlib13.cpp:2398
↓ 9 callersMethodset_m_Handle_0
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.AnimationModule.cpp:1497
↓ 9 callersMethodset_m_Ptr_0
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.IMGUIModule.cpp:2205
↓ 9 callersFunctionsgen_alloc_os_memory
* Allocate a big chunk of memory from the OS (usually 64KB to several megabytes). * This must not require any lock. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/sgen/sgen-memory-governor.c:386
↓ 9 callersFunctionsgen_clear_range
* Mark a given range of memory as invalid. * * This can be done either by zeroing memory or by placing * a phony byte[] array. This keeps the heap
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/sgen/sgen-nursery-allocator.c:624
↓ 9 callersFunctionsgen_dummy_use
* This causes the compile to extend the liveness of 'v' till the call to dummy_use */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/sgen/sgen-gc.h:1159
↓ 9 callersFunctionsgen_is_object_alive_for_current_gen
* This function returns true if @object is either alive or it belongs to the old gen * and we're currently doing a minor collection. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/sgen/sgen-gc.h:988
↓ 9 callersFunctionsgen_pointer_queue_is_empty
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/sgen/sgen-pointer-queue.c:139
↓ 9 callersFunctionsockaddr_from_address
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/os/Posix/SocketImpl.cpp:939
↓ 9 callersFunctionsockaddr_from_address
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/os/Win32/SocketImpl.cpp:661
↓ 9 callersFunctionstack_slot_is_managed_mutability_pointer
stack_slot_is_managed_mutability_pointer: * * Returns TRUE is @value is a managed mutability pointer. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/verify.c:1079
↓ 9 callersFunctionstack_slot_is_safe_byref
stack_slot_is_safe_byref: * * Returns TRUE is @value is a safe byref */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/metadata/verify.c:1120
↓ 9 callersFunctionsuspend_vm
* suspend_vm: * * Increase the suspend count of the VM. While the suspend count is greater * than 0, runtime threads are suspended at certain poin
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/mono/mono/mini/debugger-agent.c:3070
↓ 9 callersFunctionswap
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/google/sparsehash/internal/densehashtable.h:1301
↓ 9 callersFunctionvoid_ptr_array_to_gptr_array
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/utils/mono-structs.cpp:5
↓ 8 callersFunctionAO_load_acquire
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/bdwgc/tests/test.c:184
↓ 8 callersFunctionASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B
Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/Mono.Security.cpp:1784
↓ 8 callersFunctionAndroidJNISafe_FindClass_mD96E72414A78F50B07019D26B87A93799D85BB0A
System.IntPtr UnityEngine.AndroidJNISafe::FindClass(System.String)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.AndroidJNIModule.cpp:4519
↓ 8 callersFunctionBitsInMask
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/baselib/Include/Cpp/Internal/Compiler/Msvc/AlgorithmMsvc.inl.h:94
↓ 8 callersFunctionCORD_to_char_star
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/bdwgc/cord/cordxtra.c:245
↓ 8 callersMethodClose
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/os/Socket.cpp:178
↓ 8 callersFunctionCreateHString
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/vm/WindowsRuntime.h:24
↓ 8 callersFunctionGC_enable_incremental
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/bdwgc/misc.c:1360
↓ 8 callersFunctionGC_find_header
Non-macro version of header location routine */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/bdwgc/headers.c:42
↓ 8 callersFunctionGC_malloc_uncollectable
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/bdwgc/malloc.c:412
↓ 8 callersFunctionGC_new_kind_inner
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/external/bdwgc/misc.c:2047
↓ 8 callersFunctionGMTOffset
* Return's the offset from GMT of a local time. * * tm is a local time * t is the same local time as seconds. */
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/os/Posix/TimeZone.cpp:26
↓ 8 callersFunctionGUIStyle_get_padding_mB4566CD9B3C7911E6BF22AE1957F20ACC6E6CF17
UnityEngine.RectOffset UnityEngine.GUIStyle::get_padding()
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.IMGUIModule.cpp:14498
↓ 8 callersMethodGetAddressAtUnchecked
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs14.cpp:4476
↓ 8 callersFunctionGetMethodInfoFromMethodDefinitionIndex
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/IL2CPP/libil2cpp/vm/GlobalMetadata.cpp:128
↓ 8 callersFunctionList_1_get_Item_m0E0406BCEB9BF85C1997E13733F7A50F0BA66DF6_inline
!0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Item(System.Int32)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/System.cpp:8727
↓ 8 callersFunctionList_1_get_Item_m8A95D3769314CC0C4DDBE001AD1C40B4D5212053_inline
!0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Item(System.Int32)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/System1.cpp:5763
↓ 8 callersFunctionPhysicsScene_Raycast_mFC0D59C4439EE9DA6E8AA5F6891915132D587208
System.Boolean UnityEngine.PhysicsScene::Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit&,System.Single,System.Int32,UnityEngin
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.PhysicsModule.cpp:2498
↓ 8 callersFunctionRegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A
System.Void System.Text.RegularExpressions.RegexCharClass::AddRange(System.Char,System.Char)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/System.cpp:25032
↓ 8 callersFunctionRegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440
System.Boolean System.Text.RegularExpressions.RegexCharClass::IsWordChar(System.Char)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/System.cpp:26053
↓ 8 callersFunctionRegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017
System.Int32 System.Text.RegularExpressions.RegexParser::ScanDecimal()
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/System1.cpp:12476
↓ 8 callersFunctionRegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04
System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionI()
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/System1.cpp:14402
↓ 8 callersFunctionRequiredByNativeCodeAttribute_set_Optional_mB223A17DB0A1E507A9C90AFA15A8FC5E01A5A57A_inline
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.CoreModule_Attr.cpp:11108
↓ 8 callersMethodSetAtUnchecked
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs14.cpp:4480
↓ 8 callersFunctionStringBuilder_ThreadSafeCopy_mBAEC62A8576C5B1381DC804C167CECF896307ABE
System.Void System.Text.StringBuilder::ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/mscorlib13.cpp:32549
↓ 8 callersFunctionString_FormatHelper_mF468B62759AD66A7FB75DCC196BCFB402DD4CA19
System.String System.String::FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/mscorlib13.cpp:23961
↓ 8 callersFunctionString_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190
System.String System.String::Substring(System.Int32)
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/mscorlib13.cpp:19446
↓ 8 callersFunctionString_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline
UniversalWindowsPlatformSamples/CSharpProjectExample/bin/Il2CppOutputProject/Source/il2cppOutput/I18N.cpp:11959
← previousnext →1,201–1,300 of 82,700, ranked by callers