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)
116await _application.ProcessRequestAsync(_testContext); 141_application.DisposeContext(_testContext, exception: null); 146_application.DisposeContext(_testContext, ex);