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)
161bestEndpointQualitySoFar = GetMetadataQuality(candidates[currentIndex].Endpoint) ?? 1.0; 180var endpointQuality = GetMetadataQuality(candidates[currentIndex].Endpoint) ?? 1.0; 301result[i] = GetMetadataQuality(values[i]) ?? 0;