4 references to Host
Aspire.Hosting.Browsers.Tests (4)
src\Aspire.Hosting.Browsers\BrowserHostRegistry.cs (4)
87
_logger.LogInformation("Reusing tracked browser host '{BrowserExecutable}' at '{Endpoint}'. Active leases: {ReferenceCount}.", identity.ExecutablePath, FormatDebugEndpoint(entry.
Host
.DebugEndpoint), entry.ReferenceCount);
89
return new BrowserHostLease(entry.
Host
, releaseAsync: token => ReleaseAsync(identity, token));
135
hosts = [.. _hosts.Values.Select(static entry => entry.
Host
)];
193
hostToDispose = entry.
Host
;