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