7 references to EnableNoGCRegionCallbackStatus
System.Private.CoreLib (7)
src\System\GC.CoreCLR.cs (7)
722EnableNoGCRegionCallbackStatus status = (EnableNoGCRegionCallbackStatus)_EnableNoGCRegionCallback(pWorkItem, totalSize); 723if (status != EnableNoGCRegionCallbackStatus.Success) 727case EnableNoGCRegionCallbackStatus.NotStarted: 729case EnableNoGCRegionCallbackStatus.InsufficientBudget: 731case EnableNoGCRegionCallbackStatus.AlreadyRegistered: 761private static unsafe partial EnableNoGCRegionCallbackStatus _EnableNoGCRegionCallback(NoGCRegionCallbackFinalizerWorkItem* callback, long totalSize);