1 override of GetDestination
Microsoft.AspNetCore.Routing (1)
Matching\ContentEncodingNegotiationMatcherPolicy.cs (1)
35
protected override int
GetDestination
(string? value) => _destinations.GetDestination(value);
2 references to GetDestination
Microsoft.AspNetCore.Routing (2)
Matching\NegotiationMatcherPolicy.cs (2)
433
var newDestination =
GetDestination
(valueToken);
449
var newDestination =
GetDestination
(valueToken);