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