2 references to EnsureInitializedCore
mscorlib (2)
system\threading\LazyInitializer.cs (2)
180return EnsureInitializedCore<T>(ref target, ref initialized, ref syncLock, LazyHelpers<T>.s_activatorFactorySelector); 206return EnsureInitializedCore<T>(ref target, ref initialized, ref syncLock, valueFactory);