2 references to _edges
Microsoft.AspNetCore.Routing.Microbenchmarks (2)
Matching\HttpMethodMatcherPolicyBenchmark.cs (2)
23
_edges
.Add(new PolicyJumpTableEdge(new HttpMethodMatcherPolicy.EdgeKey(TestHttpMethods[i], false), i + 1));
30
return _jumpTableBuilder.BuildJumpTable(1,
_edges
);