3 references to MSBuildAssemblyPath
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
465
if (taskHostParameters.TryGetValue(Constants.
MSBuildAssemblyPath
, out string msbuildAssemblyPath))
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
657
taskParams.Add(Constants.
MSBuildAssemblyPath
, msBuildAssemblyDirectoryPath);
Resources\Constants.cs (1)
172
internal const string MSBuildAssemblyPath = nameof(
MSBuildAssemblyPath
);