1 write to FirstAddressMatch
Aspire.Dashboard (1)
Model\ResourceOutgoingPeerResolver.cs (1)
237
context.
FirstAddressMatch
??= resource;
1 reference to FirstAddressMatch
Aspire.Dashboard (1)
Model\ResourceOutgoingPeerResolver.cs (1)
408
public ResourceViewModel? FallbackMatch => CaseInsensitiveDatabaseMatch ?? FirstServerMatch ?? FirstDatabaseMatch ??
FirstAddressMatch
;