5 references to AnyMethod
Microsoft.AspNetCore.Routing (5)
Matching\HttpMethodMatcherPolicy.cs (5)
186
httpMethods = new[] {
AnyMethod
, };
212
if (!string.Equals(
AnyMethod
, httpMethod, StringComparison.OrdinalIgnoreCase))
281
if (!edges.TryGetValue(new EdgeKey(
AnyMethod
, false), out _))
286
edges[new EdgeKey(
AnyMethod
, false)] = matches;
367
if (string.Equals(httpMethod,
AnyMethod
, StringComparison.OrdinalIgnoreCase))