1 write to _trie
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableSingleEntryBenchmark.cs (1)
22_trie = new ILEmitTrieJumpTable(0, -1, new[] { ("hello-world", 1), }, vectorize: false, _default);
1 reference to _trie
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableSingleEntryBenchmark.cs (1)
118destination = _trie.GetDestination(strings[i], segments[i]);