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