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