1 write to _application
Microsoft.AspNetCore.TestHost (1)
ClientHandler.cs (1)
34
_application
= application ?? throw new ArgumentNullException(nameof(application));
1 reference to _application
Microsoft.AspNetCore.TestHost (1)
ClientHandler.cs (1)
80
var contextBuilder = new HttpContextBuilder(
_application
, AllowSynchronousIO, PreserveExecutionContext);