3 references to SingleEntryJumpTable
Microsoft.AspNetCore.Routing (1)
Matching\JumpTableBuilder.cs (1)
55return 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)
10return new SingleEntryJumpTable(defaultDestination, exitDestination, text, destination);