2 writes to _idsThatDoNotTrackAllValues
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
654
_idsThatDoNotTrackAllValues
++;
677
_idsThatDoNotTrackAllValues
--;
1 reference to _idsThatDoNotTrackAllValues
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (1)
669
internal int IdsThatDoNotTrackValuesCount =>
_idsThatDoNotTrackAllValues
;