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