1 write to _dictionaryJumptable
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\HttpMethodPolicyJumpTableBenchmark.cs (1)
25
_dictionaryJumptable
= new HttpMethodDictionaryPolicyJumpTable(lookup, corsPreflightDestinations: null);
1 reference to _dictionaryJumptable
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\HttpMethodPolicyJumpTableBenchmark.cs (1)
57
return
_dictionaryJumptable
.GetDestination(_httpContext);