3 writes to s_isGlobalPeggingOn
System.Private.CoreLib (3)
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (3)
65
s_isGlobalPeggingOn
= false;
88
s_isGlobalPeggingOn
= true;
176
s_isGlobalPeggingOn
= true;
2 references to s_isGlobalPeggingOn
System.Private.CoreLib (2)
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (2)
52
Debug.Assert(
s_isGlobalPeggingOn
);
104
internal static bool IsGlobalPeggingEnabled =>
s_isGlobalPeggingOn
;