3 references to Handle
Microsoft.AspNetCore.InternalTesting (1)
DumpCollector\DumpCollector.Windows.cs (1)
23if (!NativeMethods.MiniDumpWriteDump(process.Handle, (uint)process.Id, stream.SafeFileHandle, NativeMethods.MINIDUMP_TYPE.MiniDumpWithFullMemory, ref exceptionInfo, IntPtr.Zero, IntPtr.Zero))
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
ProcessTracker.cs (1)
58var success = AssignProcessToJobObject(_jobHandle, process.Handle);
Microsoft.DotNet.RemoteExecutor (1)
RemoteInvokeHandle.cs (1)
172description.AppendLine($"\tHandle: {Process.Handle}");