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