3 references to DotnetHostPath
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
457taskHostParameters.TryGetValue(Constants.DotnetHostPath, out string runtimeHostPath);
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
656taskParams.Add(Constants.DotnetHostPath, hostPath);
Resources\Constants.cs (1)
167internal const string DotnetHostPath = nameof(DotnetHostPath);