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;
57
return _dictionaryJumptable.GetDestination(
_httpContext
);
63
return _singleEntryJumptable.GetDestination(
_httpContext
);