1 write to _defaultHttpContext
Microsoft.AspNetCore.Owin.Microbenchmarks (1)
Benchmarks\OwinEnvironmentBenchmark.cs (1)
43
_defaultHttpContext
= new DefaultHttpContext();
2 references to _defaultHttpContext
Microsoft.AspNetCore.Owin.Microbenchmarks (2)
Benchmarks\OwinEnvironmentBenchmark.cs (2)
57
await _noOperationRequestDelegate(
_defaultHttpContext
);
66
await _accessPortsRequestDelegate(
_defaultHttpContext
);