2 writes to m_nextIdToTry
mscorlib (2)
system\threading\ThreadLocal.cs (2)
700
m_nextIdToTry
= availableId + 1;
712
if (id < m_nextIdToTry)
m_nextIdToTry
= id;
2 references to m_nextIdToTry
mscorlib (2)
system\threading\ThreadLocal.cs (2)
684
int availableId =
m_nextIdToTry
;
712
if (id <
m_nextIdToTry
) m_nextIdToTry = id;