1 write to _testContext
Microsoft.AspNetCore.TestHost (1)
HttpContextBuilder.cs (1)
101
_testContext
= _application.CreateContext(_httpContext.Features);
3 references to _testContext
Microsoft.AspNetCore.TestHost (3)
HttpContextBuilder.cs (3)
116
await _application.ProcessRequestAsync(
_testContext
);
141
_application.DisposeContext(
_testContext
, exception: null);
146
_application.DisposeContext(
_testContext
, ex);