1 write to _corsHttpMethodDestinations
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodDictionaryPolicyJumpTable.cs (1)
18
_corsHttpMethodDestinations
= corsPreflightDestinations;
2 references to _corsHttpMethodDestinations
Microsoft.AspNetCore.Routing (2)
Matching\HttpMethodDictionaryPolicyJumpTable.cs (2)
24
if (
_corsHttpMethodDestinations
!= null && HttpMethodMatcherPolicy.IsCorsPreflightRequest(httpContext, httpMethod, out var accessControlRequestMethod))
27
return
_corsHttpMethodDestinations
.GetDestination(corsHttpMethod);