4 instantiations of ZeroEntryJumpTable
Microsoft.AspNetCore.Routing (1)
Matching\JumpTableBuilder.cs (1)
40
return 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)
12
var table = new
ZeroEntryJumpTable
(0, 1);
25
var table = new
ZeroEntryJumpTable
(0, 1);
2 references to ZeroEntryJumpTable
Microsoft.AspNetCore.Routing.Tests (2)
Matching\ZeroEntryJumpTableTest.cs (2)
12
var
table = new ZeroEntryJumpTable(0, 1);
25
var
table = new ZeroEntryJumpTable(0, 1);