1 instantiation of MemoryLoadChangeNotification
System.Private.CoreLib (1)
src\System\GC.CoreCLR.cs (1)
658s_notifications.Add(new MemoryLoadChangeNotification(lowMemoryPercent, highMemoryPercent, notification));
2 references to MemoryLoadChangeNotification
System.Private.CoreLib (2)
src\System\GC.CoreCLR.cs (2)
585private static readonly List<MemoryLoadChangeNotification> s_notifications = new List<MemoryLoadChangeNotification>();