3 instantiations of LinearSearchJumpTable
Microsoft.AspNetCore.Routing (1)
Matching\JumpTableBuilder.cs (1)
81fallback = new LinearSearchJumpTable(defaultDestination, exitDestination, pathEntries);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableMultipleEntryBenchmark.cs (1)
47_linearSearch = new LinearSearchJumpTable(0, -1, entries.ToArray());
Microsoft.AspNetCore.Routing.Tests (1)
Matching\LinearSearchJumpTableTest.cs (1)
13return new LinearSearchJumpTable(defaultDestination, existDestination, entries);