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)
143
get =>
_application
?? throw new InvalidOperationException("The server has not been started or no web application was configured.");