terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
This is the complete list of members for System.Threading.LazyInitializer, including all inherited members.
EnsureInitialized< T >(ref T target) | System.Threading.LazyInitializer | inlinestatic |
EnsureInitialized< T >(ref T target, global::System.Func< T > valueFactory) | System.Threading.LazyInitializer | inlinestatic |
EnsureInitialized< T >(ref T target, ref object syncLock, global::System.Func< T > valueFactory) | System.Threading.LazyInitializer | inlinestatic |
EnsureInitializedCore< T >(ref T target) | System.Threading.LazyInitializer | inlineprivatestatic |
EnsureInitializedCore< T >(ref T target, global::System.Func< T > valueFactory) | System.Threading.LazyInitializer | inlineprivatestatic |
EnsureInitializedCore< T >(ref T target, ref object syncLock, global::System.Func< T > valueFactory) | System.Threading.LazyInitializer | inlineprivatestatic |
EnsureLockInitialized(ref object syncLock) | System.Threading.LazyInitializer | inlineprivatestatic |