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)
638availableId = _nextIdToTry;