1 write to _application
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
247_application = new ApplicationWrapper<TContext>(application, () =>
1 reference to _application
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
143get => _application ?? throw new InvalidOperationException("The server has not been started or no web application was configured.");