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