1 write to _destination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodSingleEntryPolicyJumpTable.cs (1)
28
_destination
= destination;
1 reference to _destination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodSingleEntryPolicyJumpTable.cs (1)
42
return HttpMethods.Equals(httpMethod, _method) ?
_destination
: _exitDestination;