2 instantiations of SafeJobHandle
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Windows\Interop\JobHandleWrapper.cs (1)
19
_winJobHandle = new
SafeJobHandle
();
Windows\Interop\JobObjectInfo.cs (1)
205
using var jobHandle = new
SafeJobHandle
();
7 references to SafeJobHandle
Microsoft.Extensions.Diagnostics.ResourceMonitoring (7)
ResourceMonitoringServiceCollectionExtensions.cs (1)
102
if (JobObjectInfo.
SafeJobHandle
.IsProcessInJob())
Windows\Interop\JobHandleWrapper.cs (2)
10
/// Wrapper class for the <see cref="
SafeJobHandle
"/> class.
15
private readonly
SafeJobHandle
_winJobHandle;
Windows\Interop\JobObjectInfo.cs (4)
205
using
var
jobHandle = new SafeJobHandle();
217
/// Initializes a new instance of the <see cref="
SafeJobHandle
" /> class.
368
SafeJobHandle
jobHandle,
394
SafeJobHandle
job,