1 instantiation of PeerMatchContext
Aspire.Dashboard (1)
Model\ResourceOutgoingPeerResolver.cs (1)
188
var matchContext = new
PeerMatchContext
(resources, attributes.GetValueWithFallback(DatabaseNamespaceAttribute, DatabaseNameAttribute));
2 references to PeerMatchContext
Aspire.Dashboard (2)
Model\ResourceOutgoingPeerResolver.cs (2)
188
var
matchContext = new PeerMatchContext(resources, attributes.GetValueWithFallback(DatabaseNamespaceAttribute, DatabaseNameAttribute));
229
private static bool TryMatchAgainstResources(string peerAddress,
PeerMatchContext
context, [NotNullWhen(true)] out ResourceViewModel? resourceMatch)