5 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}");
System.Drawing.Common.Tests (1)
System\Drawing\GdiPlusHandlesTests.cs (1)
31HANDLE processHandle = new(currentProcess.Handle);
System.Windows.Forms.UI.IntegrationTests (1)
ImageListTests.cs (1)
75(HANDLE)Process.GetCurrentProcess().Handle,