1 write to _default
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableSingleEntryBenchmark.cs (1)
21_default = new SingleEntryJumpTable(0, -1, "hello-world", 1);
3 references to _default
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
Matching\JumpTableSingleEntryBenchmark.cs (3)
22_trie = new ILEmitTrieJumpTable(0, -1, new[] { ("hello-world", 1), }, vectorize: false, _default); 23_vectorTrie = new ILEmitTrieJumpTable(0, -1, new[] { ("hello-world", 1), }, vectorize: true, _default); 88destination = _default.GetDestination(strings[i], segments[i]);