1 instantiation of BrowserHostEntry
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserHostRegistry.cs (1)
98
_hosts[identity] = new
BrowserHostEntry
(host, userDataDirectory.ProfileDirectoryName, ReferenceCount: 1);
3 references to BrowserHostEntry
Aspire.Hosting.Browsers.Tests (3)
src\Aspire.Hosting.Browsers\BrowserHostRegistry.cs (3)
21
private readonly Dictionary<BrowserHostIdentity,
BrowserHostEntry
> _hosts = new();
78
if (_hosts.TryGetValue(identity, out
var
entry))
180
if (_hosts.TryGetValue(identity, out
var
entry))