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