2 instantiations of BrowserHostLease
Aspire.Hosting.Browsers (2)
BrowserHostRegistry.cs (2)
89
return new
BrowserHostLease
(entry.Host, releaseAsync: token => ReleaseAsync(identity, token));
100
return new
BrowserHostLease
(host, releaseAsync: token => ReleaseAsync(identity, token));
3 references to BrowserHostLease
Aspire.Hosting.Browsers (3)
BrowserHostRegistry.cs (1)
52
public async Task<
BrowserHostLease
> AcquireAsync(BrowserConfiguration configuration, CancellationToken cancellationToken)
BrowserLogsRunningSession.cs (2)
98
private
BrowserHostLease
? _browserHostLease;
348
var
browserHostLease = _browserHostLease;