8 references to DefaultNegotiationValue
Microsoft.AspNetCore.Routing (8)
Matching\NegotiationMatcherPolicy.cs (8)
131
metadata ??=
DefaultNegotiationValue
;
146
if (!found && (bestMatchIndex >= 0 || metadata !=
DefaultNegotiationValue
))
266
var metadata = GetMetadataValue(endpoint) ??
DefaultNegotiationValue
;
278
var metadata = GetMetadataValue(endpoint) ??
DefaultNegotiationValue
;
279
if (string.Equals(metadata,
DefaultNegotiationValue
, StringComparison.OrdinalIgnoreCase))
297
if (!edges.TryGetValue(
DefaultNegotiationValue
, out var anyEndpoints))
300
edges.Add(
DefaultNegotiationValue
, anyEndpoints);
375
if (destinations[i].negotiationValue ==
DefaultNegotiationValue
)