1 write to _nextIdToTry
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (1)
653
_nextIdToTry
= availableId + 1;
1 reference to _nextIdToTry
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (1)
638
availableId =
_nextIdToTry
;