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)
19return segment.Length == 0 ? _exitDestination : _defaultDestination; 24return $"{{ $+: {_defaultDestination}, $0: {_exitDestination} }}";