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)
775public bool IsValueCreated => _tlocal.IsValueCreated; 778public T? Value => _tlocal.ValueForDebugDisplay; 781public List<T>? Values => _tlocal.ValuesForDebugDisplay;