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
);
114
destination =
_dictionary
.GetDestination(strings[i], segments[i]);