6 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}");
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\VisualStudioInstance.cs (1)
177var status = Windows.Wdk.PInvoke.NtQueryInformationProcess((HANDLE)process.Handle, PROCESSINFOCLASS.ProcessBasicInformation, &pbi, (uint)Marshal.SizeOf<PROCESS_BASIC_INFORMATION>(), &returnLength);
System.Drawing.Common.Tests (1)
System\Drawing\GdiPlusHandlesTests.cs (1)
31HANDLE processHandle = new(currentProcess.Handle);
System.Windows.Forms.UI.IntegrationTests (1)
ImageListTests.cs (1)
74(HANDLE)Process.GetCurrentProcess().Handle,