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