3 implementations of TryResolvePeer
Aspire.Dashboard (2)
Model\BrowserLinkOutgoingPeerResolver.cs (1)
22public bool TryResolvePeer(KeyValuePair<string, string>[] attributes, out string? name, out ResourceViewModel? matchedResource)
Model\ResourceOutgoingPeerResolver.cs (1)
97public bool TryResolvePeer(KeyValuePair<string, string>[] attributes, out string? name, out ResourceViewModel? matchedResource)
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TestOutgoingPeerResolver.cs (1)
38public bool TryResolvePeer(KeyValuePair<string, string>[] attributes, out string? name, out ResourceViewModel? matchedResourced)
1 reference to TryResolvePeer
Aspire.Dashboard.Tests (1)
BrowserLinkOutgoingPeerResolverTests.cs (1)
116return resolver.TryResolvePeer(attributes, out peerName, out _);