1 instantiation of WindowsProcessInfo
Aspire.Hosting.Browsers (1)
BrowserLogsPipeBrowserProcessLauncher.Windows.cs (1)
134return new WindowsProcessInfo(processInformation.dwProcessId, processInformation.hProcess, processInformation.hThread);
2 references to WindowsProcessInfo
Aspire.Hosting.Browsers (2)
BrowserLogsPipeBrowserProcessLauncher.Windows.cs (2)
42var processInfo = CreateWindowsProcess(executablePath, arguments, inheritedHandles); 72private static WindowsProcessInfo CreateWindowsProcess(string executablePath, IReadOnlyList<string> arguments, IntPtr[] inheritedHandles)