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