4 references to StartNoGCRegionWorker
System.Private.CoreLib (4)
src\System\GC.CoreCLR.cs (4)
542return StartNoGCRegionWorker(totalSize, false, 0, false);
547return StartNoGCRegionWorker(totalSize, true, lohSize, false);
552return StartNoGCRegionWorker(totalSize, false, 0, disallowFullBlockingGC);
557return StartNoGCRegionWorker(totalSize, true, lohSize, disallowFullBlockingGC);