1 write to _tlocal
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (1)
765
_tlocal
= tlocal;
3 references to _tlocal
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (3)
769
public bool IsValueCreated =>
_tlocal
.IsValueCreated;
772
public T? Value =>
_tlocal
.ValueForDebugDisplay;
775
public List<T>? Values =>
_tlocal
.ValuesForDebugDisplay;