1 write to HttpMethod
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodMatcherPolicy.cs (1)
451
HttpMethod
= httpMethod;
9 references to HttpMethod
Microsoft.AspNetCore.Routing (9)
Matching\HttpMethodMatcherPolicy.cs (9)
325
ProcessEdge(key.
HttpMethod
, destination, ref corsPreflightExitDestination, ref corsPreflightDestinations);
329
ProcessEdge(key.
HttpMethod
, destination, ref exitDestination, ref destinations);
458
var compare = string.Compare(
HttpMethod
, other.
HttpMethod
, StringComparison.Ordinal);
476
HttpMethods.Equals(
HttpMethod
, other.
HttpMethod
);
489
hash.Add(
HttpMethod
, StringComparer.Ordinal);
496
return IsCorsPreflightRequest ? $"CORS: {
HttpMethod
}" : $"HTTP: {
HttpMethod
}";