6 references to InternalGCCollectionMode
System.Private.CoreLib (6)
src\System\GC.CoreCLR.cs (6)
179_Collect(-1, (int)InternalGCCollectionMode.Blocking, lowMemoryPressure: false); 211iInternalModes |= (int)InternalGCCollectionMode.Optimized; 215iInternalModes |= (int)InternalGCCollectionMode.Aggressive; 232iInternalModes |= (int)InternalGCCollectionMode.Compacting; 237iInternalModes |= (int)InternalGCCollectionMode.Blocking; 241iInternalModes |= (int)InternalGCCollectionMode.NonBlocking;