2 references to _destinations
Microsoft.AspNetCore.Routing (2)
Matching\ContentEncodingNegotiationMatcherPolicy.cs (2)
35protected override int GetDestination(string? value) => _destinations.GetDestination(value); 37protected override double GetQuality(string? value) => _destinations.GetValueQuality(value);