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