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