6 references to InternalGCCollectionMode
System.Private.CoreLib (6)
src\System\GC.CoreCLR.cs (6)
178
_Collect(-1, (int)
InternalGCCollectionMode
.Blocking, lowMemoryPressure: false);
210
iInternalModes |= (int)
InternalGCCollectionMode
.Optimized;
214
iInternalModes |= (int)
InternalGCCollectionMode
.Aggressive;
231
iInternalModes |= (int)
InternalGCCollectionMode
.Compacting;
236
iInternalModes |= (int)
InternalGCCollectionMode
.Blocking;
240
iInternalModes |= (int)
InternalGCCollectionMode
.NonBlocking;