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