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