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