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