2 references to HttpMethodSingleEntryPolicyJumpTable
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodMatcherPolicy.cs (1)
349
return new
HttpMethodSingleEntryPolicyJumpTable
(
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\HttpMethodPolicyJumpTableBenchmark.cs (1)
26
_singleEntryJumptable = new
HttpMethodSingleEntryPolicyJumpTable
(0, HttpMethods.Get, -1, supportsCorsPreflight: false, -1, 2);