2 writes to _idsThatDoNotTrackAllValues
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
657
_idsThatDoNotTrackAllValues
++;
680
_idsThatDoNotTrackAllValues
--;
1 reference to _idsThatDoNotTrackAllValues
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (1)
672
internal int IdsThatDoNotTrackValuesCount =>
_idsThatDoNotTrackAllValues
;