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