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)
24if (_corsHttpMethodDestinations != null && HttpMethodMatcherPolicy.IsCorsPreflightRequest(httpContext, httpMethod, out var accessControlRequestMethod)) 27return _corsHttpMethodDestinations.GetDestination(corsHttpMethod);