1 override of GetMetadataQuality
Microsoft.AspNetCore.Routing (1)
Matching\ContentEncodingNegotiationMatcherPolicy.cs (1)
23private protected override double? GetMetadataQuality(Endpoint endpoint)
3 references to GetMetadataQuality
Microsoft.AspNetCore.Routing (3)
Matching\NegotiationMatcherPolicy.cs (3)
162bestEndpointQualitySoFar = GetMetadataQuality(candidates[currentIndex].Endpoint) ?? 1.0; 181var endpointQuality = GetMetadataQuality(candidates[currentIndex].Endpoint) ?? 1.0; 289new NegotiationEdgeKey(kvp.Key, kvp.Value.Select(e => GetMetadataQuality(e) ?? 0).ToArray()),