3 references to IsValueCreated
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
323if (IsValueCreated) 769public bool IsValueCreated => _tlocal.IsValueCreated;
System.ServiceModel.Primitives (1)
Internals\System\Runtime\IOThreadScheduler.cs (1)
234public static bool IsRunningOnIOThread => s_isIoThread.IsValueCreated && s_isIoThread.Value;