3 references to Create
IIS.Microbenchmarks (1)
StartupTimeBenchmark.cs (1)
37
_deployer = ApplicationDeployerFactory.
Create
(deploymentParameters, NullLoggerFactory.Instance);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
ApplicationDeployerFactory.cs (1)
32
return ApplicationDeployerFactory.
Create
(deploymentParameters, loggerFactory);
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
144
var deployer = ApplicationDeployerFactory.
Create
(parameters, _loggerFactory);