3 references to HttpMethodDestinationsLookup
Microsoft.AspNetCore.Routing (2)
Matching\HttpMethodMatcherPolicy.cs (2)
360
new
HttpMethodDestinationsLookup
(destinations ?? new(), exitDestination),
361
corsPreflightDestinations != null ? new
HttpMethodDestinationsLookup
(corsPreflightDestinations, corsPreflightExitDestination) : null);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\HttpMethodPolicyJumpTableBenchmark.cs (1)
51
return new
HttpMethodDestinationsLookup
(destinations, exitDestination: 0);