1 write to _httpContext
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\HttpMethodPolicyJumpTableBenchmark.cs (1)
27_httpContext = new DefaultHttpContext();
3 references to _httpContext
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
Matching\HttpMethodPolicyJumpTableBenchmark.cs (3)
28_httpContext.Request.Method = TestHttpMethod; 57return _dictionaryJumptable.GetDestination(_httpContext); 63return _singleEntryJumptable.GetDestination(_httpContext);