5 references to GetDotNetInstallDir
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
142
var installDir = DotNetCommands.
GetDotNetInstallDir
(RuntimeArchitecture.x64);
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
142
var installDir = DotNetCommands.
GetDotNetInstallDir
(RuntimeArchitecture.x64);
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
142
var installDir = DotNetCommands.
GetDotNetInstallDir
(RuntimeArchitecture.x64);
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
142
var installDir = DotNetCommands.
GetDotNetInstallDir
(RuntimeArchitecture.x64);
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\DotNetCommands.cs (1)
74
var dotnetDir =
GetDotNetInstallDir
(arch);