8 references to DefaultNegotiationValue
Microsoft.AspNetCore.Routing (8)
Matching\NegotiationMatcherPolicy.cs (8)
114
metadata ??=
DefaultNegotiationValue
;
128
if (!found && (bestMatchIndex >= 0 || metadata !=
DefaultNegotiationValue
))
237
var metadata = GetMetadataValue(endpoint) ??
DefaultNegotiationValue
;
249
var metadata = GetMetadataValue(endpoint) ??
DefaultNegotiationValue
;
250
if (string.Equals(metadata,
DefaultNegotiationValue
, StringComparison.OrdinalIgnoreCase))
268
if (!edges.TryGetValue(
DefaultNegotiationValue
, out var anyEndpoints))
271
edges.Add(
DefaultNegotiationValue
, anyEndpoints);
346
if (destinations[i].negotiationValue ==
DefaultNegotiationValue
)