6 references to InternalGCCollectionMode
System.Private.CoreLib (6)
src\System\GC.CoreCLR.cs (6)
177_Collect(-1, (int)InternalGCCollectionMode.Blocking); 205iInternalModes |= (int)InternalGCCollectionMode.Optimized; 209iInternalModes |= (int)InternalGCCollectionMode.Aggressive; 225iInternalModes |= (int)InternalGCCollectionMode.Compacting; 229iInternalModes |= (int)InternalGCCollectionMode.Blocking; 233iInternalModes |= (int)InternalGCCollectionMode.NonBlocking;