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