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