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