6 references to InternalGCCollectionMode
System.Private.CoreLib (6)
src\System\GC.CoreCLR.cs (6)
178_Collect(-1, (int)InternalGCCollectionMode.Blocking, lowMemoryPressure: false); 210iInternalModes |= (int)InternalGCCollectionMode.Optimized; 214iInternalModes |= (int)InternalGCCollectionMode.Aggressive; 231iInternalModes |= (int)InternalGCCollectionMode.Compacting; 236iInternalModes |= (int)InternalGCCollectionMode.Blocking; 240iInternalModes |= (int)InternalGCCollectionMode.NonBlocking;