6 references to _hosts
Aspire.Hosting.Browsers.Tests (6)
src\Aspire.Hosting.Browsers\BrowserHostRegistry.cs (6)
78
if (
_hosts
.TryGetValue(identity, out var entry))
98
_hosts
[identity] = new BrowserHostEntry(host, userDataDirectory.ProfileDirectoryName, ReferenceCount: 1);
135
hosts = [..
_hosts
.Values.Select(static entry => entry.Host)];
136
_hosts
.Clear();
180
if (
_hosts
.TryGetValue(identity, out var entry))
192
_hosts
.Remove(identity);