12 references to TransformPath
IIS.LongTests (3)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (3)
206
deploymentParameters.
TransformPath
((path, root) => "InProcessWebSite.exe");
687
parameters.
TransformPath
((path, root) => Path.Combine(pathWithSpace, path));
696
parameters.
TransformPath
((path, root) => Path.Combine(root, pathWithSpace, path));
IIS.NewHandler.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (3)
206
deploymentParameters.
TransformPath
((path, root) => "InProcessWebSite.exe");
687
parameters.
TransformPath
((path, root) => Path.Combine(pathWithSpace, path));
696
parameters.
TransformPath
((path, root) => Path.Combine(root, pathWithSpace, path));
IIS.NewShim.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (3)
206
deploymentParameters.
TransformPath
((path, root) => "InProcessWebSite.exe");
687
parameters.
TransformPath
((path, root) => Path.Combine(pathWithSpace, path));
696
parameters.
TransformPath
((path, root) => Path.Combine(root, pathWithSpace, path));
IISExpress.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (3)
206
deploymentParameters.
TransformPath
((path, root) => "InProcessWebSite.exe");
687
parameters.
TransformPath
((path, root) => Path.Combine(pathWithSpace, path));
696
parameters.
TransformPath
((path, root) => Path.Combine(root, pathWithSpace, path));