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