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
|
Static Public Member Functions | |
static T | EnsureInitialized< T > (ref T target) |
static T | EnsureInitialized< T > (ref T target, global::System.Func< T > valueFactory) |
static T | EnsureInitialized< T > (ref T target, ref object syncLock, global::System.Func< T > valueFactory) |
Static Private Member Functions | |
static T | EnsureInitializedCore< T > (ref T target) |
static T | EnsureInitializedCore< T > (ref T target, global::System.Func< T > valueFactory) |
static T | EnsureInitializedCore< T > (ref T target, ref object syncLock, global::System.Func< T > valueFactory) |
static object | EnsureLockInitialized (ref object syncLock) |
Definition at line 16 of file LazyInitializer.cs.