1 write to _deployer
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
110_deployer = IISApplicationDeployerFactory.Create(DeploymentParameters, _loggerFactory);
3 references to _deployer
IIS.NewShim.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (3)
78_deployer?.Dispose(); 103if (_deployer != null) 111_deploymentResult = (IISDeploymentResult)_deployer.DeployAsync().Result;