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