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)
80var contextBuilder = new HttpContextBuilder(_application, AllowSynchronousIO, PreserveExecutionContext);