7 references to _dotnetLocation
IISExpress.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (7)
48deploymentParameters.EnvironmentVariables["DotnetPath"] = _dotnetLocation; 89var dotnetLocationWithoutExtension = _dotnetLocation.Substring(0, _dotnetLocation.LastIndexOf(".", StringComparison.Ordinal)); 100var dotnetLocationWithoutExtension = _dotnetLocation.Substring(0, _dotnetLocation.LastIndexOf(".", StringComparison.Ordinal)).ToUpperInvariant(); 114deploymentParameters.EnvironmentVariables["PATH"] = Path.GetDirectoryName(_dotnetLocation); 944deploymentParameters.EnvironmentVariables["ANCM_LAUNCHER_PATH"] = _dotnetLocation;