5 references to DictionaryJumpTable
Microsoft.AspNetCore.Routing (2)
Matching\JumpTableBuilder.cs (2)
71
return new
DictionaryJumpTable
(defaultDestination, exitDestination, pathEntries);
85
fallback = 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)
13
return new
DictionaryJumpTable
(defaultDestination, exitDestination, entries);
Matching\ILEmitTrieJumpTableTest.cs (1)
20
var fallback = new
DictionaryJumpTable
(defaultDestination, exitDestination, entries);