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