4 references to ZeroEntryJumpTable
Microsoft.AspNetCore.Routing (1)
Matching\JumpTableBuilder.cs (1)
40return new ZeroEntryJumpTable(defaultDestination, exitDestination);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableZeroEntryBenchmark.cs (1)
17_table = new ZeroEntryJumpTable(0, -1);
Microsoft.AspNetCore.Routing.Tests (2)
Matching\ZeroEntryJumpTableTest.cs (2)
12var table = new ZeroEntryJumpTable(0, 1); 25var table = new ZeroEntryJumpTable(0, 1);