1 write to _createServer
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
627
_createServer
= createServer;
2 references to _createServer
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
636
protected override TestServer CreateServer(IWebHostBuilder builder) =>
_createServer
(builder);
654
_createServer
,