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