1 write to _responses
Aspire.Cli.Tests (1)
TestServices\FakePeerInstallProbe.cs (1)
24
_responses
= new Dictionary<string, PeerProbeResult>(_pathComparer);
2 references to _responses
Aspire.Cli.Tests (2)
TestServices\FakePeerInstallProbe.cs (2)
29
_responses
[kvp.Key] = kvp.Value;
54
var result =
_responses
.TryGetValue(binaryPath, out var value)