7 references to EnableNoGCRegionCallbackStatus
System.Private.CoreLib (7)
src\System\GC.CoreCLR.cs (7)
715EnableNoGCRegionCallbackStatus status = (EnableNoGCRegionCallbackStatus)_EnableNoGCRegionCallback(pWorkItem, totalSize); 716if (status != EnableNoGCRegionCallbackStatus.Success) 720case EnableNoGCRegionCallbackStatus.NotStarted: 722case EnableNoGCRegionCallbackStatus.InsufficientBudget: 724case EnableNoGCRegionCallbackStatus.AlreadyRegistered: 755private static unsafe partial EnableNoGCRegionCallbackStatus _EnableNoGCRegionCallback(NoGCRegionCallbackFinalizerWorkItem* callback, long totalSize);