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)
21private readonly Dictionary<BrowserHostIdentity, BrowserHostEntry> _hosts = new(); 78if (_hosts.TryGetValue(identity, out var entry)) 180if (_hosts.TryGetValue(identity, out var entry))