2 references to IsValueCreated
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
323
if (
IsValueCreated
)
775
public bool IsValueCreated => _tlocal.
IsValueCreated
;