6 references to InternalGCCollectionMode
System.Private.CoreLib (6)
src\System\GC.CoreCLR.cs (6)
177_Collect(-1, (int)InternalGCCollectionMode.Blocking, lowMemoryPressure: false); 209iInternalModes |= (int)InternalGCCollectionMode.Optimized; 213iInternalModes |= (int)InternalGCCollectionMode.Aggressive; 230iInternalModes |= (int)InternalGCCollectionMode.Compacting; 235iInternalModes |= (int)InternalGCCollectionMode.Blocking; 239iInternalModes |= (int)InternalGCCollectionMode.NonBlocking;