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