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)
39return HttpMethods.Equals(accessControlRequestMethod.ToString(), _method) ? _corsPreflightDestination : _corsPreflightExitDestination;