1 write to _defaultDestination
Microsoft.AspNetCore.Routing (1)
Matching\SingleEntryAsciiJumpTable.cs (1)
24
_defaultDestination
= defaultDestination;
3 references to _defaultDestination
Microsoft.AspNetCore.Routing (3)
Matching\SingleEntryAsciiJumpTable.cs (3)
41
return
_defaultDestination
;
49
return Ascii.EqualsIgnoreCase(a, b) ? _destination :
_defaultDestination
;
54
return $"{{ {_text}: {_destination}, $+: {
_defaultDestination
}, $0: {_exitDestination} }}";