6 references to InternalGCCollectionMode
System.Private.CoreLib (6)
src\System\GC.CoreCLR.cs (6)
182_Collect(-1, (int)InternalGCCollectionMode.Blocking); 210iInternalModes |= (int)InternalGCCollectionMode.Optimized; 214iInternalModes |= (int)InternalGCCollectionMode.Aggressive; 230iInternalModes |= (int)InternalGCCollectionMode.Compacting; 234iInternalModes |= (int)InternalGCCollectionMode.Blocking; 238iInternalModes |= (int)InternalGCCollectionMode.NonBlocking;