3 references to SingleEntryAsciiJumpTable
Microsoft.AspNetCore.Routing (1)
Matching\JumpTableBuilder.cs (1)
48
return new
SingleEntryAsciiJumpTable
(defaultDestination, exitDestination, entry.text, entry.destination);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableSingleEntryBenchmark.cs (1)
24
_ascii = new
SingleEntryAsciiJumpTable
(0, -1, "hello-world", 1);
Microsoft.AspNetCore.Routing.Tests (1)
Matching\SingleEntryAsciiJumpTableTest.cs (1)
10
return new
SingleEntryAsciiJumpTable
(defaultDestination, exitDestination, text, destination);