4 references to StartNoGCRegionWorker
System.Private.CoreLib (4)
src\System\GC.CoreCLR.cs (4)
548return StartNoGCRegionWorker(totalSize, false, 0, false);
553return StartNoGCRegionWorker(totalSize, true, lohSize, false);
558return StartNoGCRegionWorker(totalSize, false, 0, disallowFullBlockingGC);
563return StartNoGCRegionWorker(totalSize, true, lohSize, disallowFullBlockingGC);