1 write to _deployer
IIS.Microbenchmarks (1)
StartupTimeBenchmark.cs (1)
37
_deployer
= ApplicationDeployerFactory.Create(deploymentParameters, NullLoggerFactory.Instance);
2 references to _deployer
IIS.Microbenchmarks (2)
StartupTimeBenchmark.cs (2)
38
_client =
_deployer
.DeployAsync().Result.HttpClient;
44
_deployer
.Dispose();