5 references to DictionaryJumpTable
Microsoft.AspNetCore.Routing (2)
Matching\JumpTableBuilder.cs (2)
71return new DictionaryJumpTable(defaultDestination, exitDestination, pathEntries); 85fallback = new DictionaryJumpTable(defaultDestination, exitDestination, pathEntries);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableMultipleEntryBenchmark.cs (1)
48_dictionary = new DictionaryJumpTable(0, -1, entries.ToArray());
Microsoft.AspNetCore.Routing.Tests (2)
Matching\DictionaryJumpTableTest.cs (1)
13return new DictionaryJumpTable(defaultDestination, exitDestination, entries);
Matching\ILEmitTrieJumpTableTest.cs (1)
20var fallback = new DictionaryJumpTable(defaultDestination, exitDestination, entries);