1 write to Destination
Microsoft.AspNetCore.Routing (1)
Matching\PolicyJumpTableEdge.cs (1)
19
Destination
= destination;
4 references to Destination
Microsoft.AspNetCore.Routing (4)
Matching\AcceptsMatcherPolicy.cs (1)
270
ordered[i] = (mediaType: CreateEdgeMediaType(ref e), destination: e.
Destination
);
Matching\HostMatcherPolicy.cs (1)
297
ordered[i] = (host: (EdgeKey)e.State, destination: e.
Destination
);
Matching\HttpMethodMatcherPolicy.cs (1)
321
var destination = edges[i].
Destination
;
Matching\NegotiationMatcherPolicy.cs (1)
338
destinations[i] = (negotiationValue: key.NegotiationValue, quality: Max(key.EndpointsQuality), destination: e.
Destination
);