3 references to Blocking
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\__Finalizer.cs (1)
42
InternalCalls.RhCollect(0, InternalGCCollectionMode.
Blocking
, lowMemoryP: Interop.BOOL.TRUE);
System\GC.NativeAot.cs (2)
130
RuntimeImports.RhCollect(-1, InternalGCCollectionMode.
Blocking
);
188
iInternalModes |= (int)InternalGCCollectionMode.
Blocking
;