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