4 references to StartNoGCRegionWorker
System.Private.CoreLib (4)
System\GC.NativeAot.cs (4)
302return StartNoGCRegionWorker(totalSize, false, 0, false);
380return StartNoGCRegionWorker(totalSize, true, lohSize, false);
396return StartNoGCRegionWorker(totalSize, false, 0, disallowFullBlockingGC);
414return StartNoGCRegionWorker(totalSize, true, lohSize, disallowFullBlockingGC);