8 references to EnableNoGCRegionCallbackStatus
System.Private.CoreLib (8)
LibraryImports.g.cs (1)
585
private static unsafe extern partial global::System.GC.
EnableNoGCRegionCallbackStatus
_EnableNoGCRegionCallback(global::System.GC.NoGCRegionCallbackFinalizerWorkItem* callback, long totalSize);
src\System\GC.CoreCLR.cs (7)
725
EnableNoGCRegionCallbackStatus
status = (
EnableNoGCRegionCallbackStatus
)_EnableNoGCRegionCallback(pWorkItem, totalSize);
726
if (status !=
EnableNoGCRegionCallbackStatus
.Success)
730
case
EnableNoGCRegionCallbackStatus
.NotStarted:
732
case
EnableNoGCRegionCallbackStatus
.InsufficientBudget:
734
case
EnableNoGCRegionCallbackStatus
.AlreadyRegistered:
765
private static unsafe partial
EnableNoGCRegionCallbackStatus
_EnableNoGCRegionCallback(NoGCRegionCallbackFinalizerWorkItem* callback, long totalSize);