1 write to _fallback
Microsoft.AspNetCore.Routing (1)
Matching\ILEmitTrieJumpTable.cs (1)
45
_fallback
= fallback;
2 references to _fallback
Microsoft.AspNetCore.Routing (2)
Matching\ILEmitTrieJumpTable.cs (2)
67
return
_fallback
.GetDestination(path, segment);
91
result =
_fallback
.GetDestination(path, segment);