2 writes to _deployer
IIS.NewShim.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (2)
35
_deployer
= (IISDeployerBase)CreateDeployer(parameters);
61
_deployer
= null;
3 references to _deployer
IIS.NewShim.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (2)
36
return _deploymentResult = (IISDeploymentResult)await
_deployer
.DeployAsync();
60
_deployer
?.Dispose(gracefulShutdown);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (1)
514
_deployer
.ModifyApplicationHostConfig(element => { });