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; 54var result = _responses.TryGetValue(binaryPath, out var value)