2 instantiations of HttpMethodDestinationsLookup
Microsoft.AspNetCore.Routing (2)
Matching\HttpMethodMatcherPolicy.cs (2)
360
new
HttpMethodDestinationsLookup
(destinations ?? new(), exitDestination),
361
corsPreflightDestinations != null ? new
HttpMethodDestinationsLookup
(corsPreflightDestinations, corsPreflightExitDestination) : null);
4 references to HttpMethodDestinationsLookup
Microsoft.AspNetCore.Routing (4)
Matching\HttpMethodDictionaryPolicyJumpTable.cs (4)
10
private readonly
HttpMethodDestinationsLookup
_httpMethodDestinations;
11
private readonly
HttpMethodDestinationsLookup
? _corsHttpMethodDestinations;
14
HttpMethodDestinationsLookup
destinations,
15
HttpMethodDestinationsLookup
? corsPreflightDestinations)