6 overrides of GetDestination
Microsoft.AspNetCore.Routing (6)
Matching\DictionaryJumpTable.cs (1)
29
public override int
GetDestination
(string path, PathSegment segment)
Matching\ILEmitTrieJumpTable.cs (1)
50
public override int
GetDestination
(string path, PathSegment segment)
Matching\LinearSearchJumpTable.cs (1)
25
public override int
GetDestination
(string path, PathSegment segment)
Matching\SingleEntryAsciiJumpTable.cs (1)
30
public override int
GetDestination
(string path, PathSegment segment)
Matching\SingleEntryJumpTable.cs (1)
25
public override int
GetDestination
(string path, PathSegment segment)
Matching\ZeroEntryJumpTable.cs (1)
17
public override int
GetDestination
(string path, PathSegment segment)
3 references to GetDestination
Microsoft.AspNetCore.Routing (3)
Matching\DfaMatcher.cs (1)
220
destination = states[destination].PathTransitions.
GetDestination
(path, segments[i]);
Matching\ILEmitTrieJumpTable.cs (2)
67
return _fallback.
GetDestination
(path, segment);
91
result = _fallback.
GetDestination
(path, segment);