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