7 references to EnableNoGCRegionCallbackStatus
System.Private.CoreLib (7)
src\System\GC.CoreCLR.cs (7)
723EnableNoGCRegionCallbackStatus status = (EnableNoGCRegionCallbackStatus)_EnableNoGCRegionCallback(pWorkItem, totalSize); 724if (status != EnableNoGCRegionCallbackStatus.Success) 728case EnableNoGCRegionCallbackStatus.NotStarted: 730case EnableNoGCRegionCallbackStatus.InsufficientBudget: 732case EnableNoGCRegionCallbackStatus.AlreadyRegistered: 762private static unsafe partial EnableNoGCRegionCallbackStatus _EnableNoGCRegionCallback(NoGCRegionCallbackFinalizerWorkItem* callback, long totalSize);