2 instantiations of BrowserLogsPipeBrowserProcess
Aspire.Hosting.Browsers (2)
BrowserLogsPipeBrowserProcessLauncher.Unix.cs (1)
66return new BrowserLogsPipeBrowserProcess(
BrowserLogsPipeBrowserProcessLauncher.Windows.cs (1)
55return new BrowserLogsPipeBrowserProcess(
2 references to BrowserLogsPipeBrowserProcess
Aspire.Hosting.Browsers (2)
BrowserLogsPipeBrowserProcessLauncher.Unix.cs (1)
14private static BrowserLogsPipeBrowserProcess StartPosix(string executablePath, IReadOnlyList<string> browserArguments)
BrowserLogsPipeBrowserProcessLauncher.Windows.cs (1)
18private static BrowserLogsPipeBrowserProcess StartWindows(string executablePath, IReadOnlyList<string> browserArguments)