1 write to _exitDestination
Microsoft.AspNetCore.Routing (1)
Matching\ZeroEntryJumpTable.cs (1)
14
_exitDestination
= exitDestination;
2 references to _exitDestination
Microsoft.AspNetCore.Routing (2)
Matching\ZeroEntryJumpTable.cs (2)
19
return segment.Length == 0 ?
_exitDestination
: _defaultDestination;
24
return $"{{ $+: {_defaultDestination}, $0: {
_exitDestination
} }}";