1 write to _corsPreflightDestination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodSingleEntryPolicyJumpTable.cs (1)
31
_corsPreflightDestination
= corsPreflightDestination;
1 reference to _corsPreflightDestination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodSingleEntryPolicyJumpTable.cs (1)
39
return HttpMethods.Equals(accessControlRequestMethod.ToString(), _method) ?
_corsPreflightDestination
: _corsPreflightExitDestination;