1 write to _method
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodSingleEntryPolicyJumpTable.cs (1)
27
_method
= method;
2 references to _method
Microsoft.AspNetCore.Routing (2)
Matching\HttpMethodSingleEntryPolicyJumpTable.cs (2)
39
return HttpMethods.Equals(accessControlRequestMethod.ToString(),
_method
) ? _corsPreflightDestination : _corsPreflightExitDestination;
42
return HttpMethods.Equals(httpMethod,
_method
) ? _destination : _exitDestination;