2 writes to _getDestination
Microsoft.AspNetCore.Routing (2)
Matching\ILEmitTrieJumpTable.cs (2)
47
_getDestination
= FallbackGetDestination;
81
_getDestination
= (string path, PathSegment segment) =>
3 references to _getDestination
Microsoft.AspNetCore.Routing (1)
Matching\ILEmitTrieJumpTable.cs (1)
52
return
_getDestination
(path, segment);
Microsoft.AspNetCore.Routing.Tests (2)
Matching\ILEmitTrieJumpTableTest.cs (2)
31
var original = table.
_getDestination
;
37
Assert.NotSame(original, table.
_getDestination
);