3 references to SingleEntryJumpTable
Microsoft.AspNetCore.Routing (1)
Matching\JumpTableBuilder.cs (1)
55
return new
SingleEntryJumpTable
(defaultDestination, exitDestination, entry.text, entry.destination);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableSingleEntryBenchmark.cs (1)
21
_default = new
SingleEntryJumpTable
(0, -1, "hello-world", 1);
Microsoft.AspNetCore.Routing.Tests (1)
Matching\SingleEntryJumpTableTest.cs (1)
10
return new
SingleEntryJumpTable
(defaultDestination, exitDestination, text, destination);