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