2 writes to _getDestination
Microsoft.AspNetCore.Routing (2)
Matching\ILEmitTrieJumpTable.cs (2)
47
_getDestination
= FallbackGetDestination;
81
_getDestination
= (string path, PathSegment segment) =>
1 reference to _getDestination
Microsoft.AspNetCore.Routing (1)
Matching\ILEmitTrieJumpTable.cs (1)
52
return
_getDestination
(path, segment);