1 write to _browserExecutable
Aspire.Hosting.Browsers (1)
BrowserLogsRunningSession.cs (1)
231_browserExecutable = browserHost.Identity.ExecutablePath;
2 references to _browserExecutable
Aspire.Hosting.Browsers (2)
BrowserLogsRunningSession.cs (2)
131public string BrowserExecutable => _browserExecutable ?? throw new InvalidOperationException("Browser executable is not available before the session starts."); 240_browserExecutable,