5 references to HasNewHandler
IIS.ShadowCopy.Tests (5)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (4)
152
if (DeployerSelector.
HasNewHandler
)
169
if (DeployerSelector.
HasNewHandler
)
208
if (DeployerSelector.
HasNewHandler
)
219
if (DeployerSelector.
HasNewHandler
)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12
public bool IsMet => DeployerSelector.
HasNewHandler
;