6 references to EdgeKey
Microsoft.AspNetCore.Routing (6)
Matching\HttpMethodMatcherPolicy.cs (6)
194
var key = new
EdgeKey
(httpMethod, acceptCorsPreFlight);
204
key = new
EdgeKey
(httpMethod, false);
249
var key = new
EdgeKey
(httpMethod, acceptCorsPreFlight);
257
key = new
EdgeKey
(httpMethod, false);
281
if (!edges.TryGetValue(new
EdgeKey
(AnyMethod, false), out _))
286
edges[new
EdgeKey
(AnyMethod, false)] = matches;