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