4 references to StartNoGCRegionWorker
System.Private.CoreLib (4)
src\System\GC.CoreCLR.cs (4)
541return StartNoGCRegionWorker(totalSize, false, 0, false);
546return StartNoGCRegionWorker(totalSize, true, lohSize, false);
551return StartNoGCRegionWorker(totalSize, false, 0, disallowFullBlockingGC);
556return StartNoGCRegionWorker(totalSize, true, lohSize, disallowFullBlockingGC);