1 write to _dictionary
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableMultipleEntryBenchmark.cs (1)
48_dictionary = new DictionaryJumpTable(0, -1, entries.ToArray());
3 references to _dictionary
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
Matching\JumpTableMultipleEntryBenchmark.cs (3)
49_trie = new ILEmitTrieJumpTable(0, -1, entries.ToArray(), vectorize: false, _dictionary); 50_vectorTrie = new ILEmitTrieJumpTable(0, -1, entries.ToArray(), vectorize: true, _dictionary); 114destination = _dictionary.GetDestination(strings[i], segments[i]);