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