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