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