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)
52return _getDestination(path, segment);
Microsoft.AspNetCore.Routing.Tests (2)
Matching\ILEmitTrieJumpTableTest.cs (2)
31var original = table._getDestination; 37Assert.NotSame(original, table._getDestination);