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