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