1 write to _trie
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableMultipleEntryBenchmark.cs (1)
49
_trie
= new ILEmitTrieJumpTable(0, -1, entries.ToArray(), vectorize: false, _dictionary);
1 reference to _trie
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableMultipleEntryBenchmark.cs (1)
129
destination =
_trie
.GetDestination(strings[i], segments[i]);