4 references to StartNoGCRegionWorker
System.Private.CoreLib (4)
src\System\GC.CoreCLR.cs (4)
550return StartNoGCRegionWorker(totalSize, false, 0, false);
555return StartNoGCRegionWorker(totalSize, true, lohSize, false);
560return StartNoGCRegionWorker(totalSize, false, 0, disallowFullBlockingGC);
565return StartNoGCRegionWorker(totalSize, true, lohSize, disallowFullBlockingGC);