1 write to _application
Microsoft.AspNetCore.TestHost (1)
HttpContextBuilder.cs (1)
32_application = application ?? throw new ArgumentNullException(nameof(application));
4 references to _application
Microsoft.AspNetCore.TestHost (4)
HttpContextBuilder.cs (4)
101_testContext = _application.CreateContext(_httpContext.Features); 116await _application.ProcessRequestAsync(_testContext); 141_application.DisposeContext(_testContext, exception: null); 146_application.DisposeContext(_testContext, ex);