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