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