4 references to _connectionsBySocketPath
Aspire.Cli.Tests (4)
TestServices\TestAuxiliaryBackchannelMonitor.cs (4)
17
_connectionsBySocketPath
.Values;
76
_connectionsBySocketPath
[socketPath] = connection;
81
_connectionsBySocketPath
.TryRemove(socketPath, out _);
86
_connectionsBySocketPath
.Clear();