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