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();
103
if (
_deployer
!= null)
111
_deploymentResult = (IISDeploymentResult)
_deployer
.DeployAsync().Result;