17 references to DeployerSelector
IIS.ShadowCopy.Tests (17)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (12)
51
if (
DeployerSelector
.HasNewShim)
152
if (
DeployerSelector
.HasNewHandler)
169
if (
DeployerSelector
.HasNewHandler)
208
if (
DeployerSelector
.HasNewHandler)
219
if (
DeployerSelector
.HasNewHandler)
236
if (
DeployerSelector
.HasNewShim)
248
if (
DeployerSelector
.HasNewShim)
274
if (
DeployerSelector
.HasNewShim)
293
if (
DeployerSelector
.HasNewShim)
312
if (
DeployerSelector
.HasNewShim)
324
if (
DeployerSelector
.HasNewShim)
336
if (
DeployerSelector
.HasNewShim)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
23
return
DeployerSelector
.IsNewShimTest ? "InProcessNewShimWebSite" : "InProcessWebSite";
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
47
ServerType =
DeployerSelector
.ServerType
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
47
ServerType =
DeployerSelector
.ServerType,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12
public bool IsMet =>
DeployerSelector
.HasNewHandler;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewShim.cs (1)
12
public bool IsMet =>
DeployerSelector
.HasNewShim;