7 references to MSBuildAssemblyPath
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
522if (taskHostParameters.MSBuildAssemblyPath != null) 524ValidateNetHostSdkVersion(taskHostParameters.MSBuildAssemblyPath); 526return taskHostParameters.MSBuildAssemblyPath;
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
454msBuildAssemblyPath: taskHostParameters.MSBuildAssemblyPath,
Microsoft.Build.Framework (3)
BinaryTranslator.cs (1)
1078string msBuildExecutablePath = value.MSBuildAssemblyPath;
TaskHostParameters.cs (2)
135msBuildAssemblyPath: overrideParameters.MSBuildAssemblyPath ?? baseParameters.MSBuildAssemblyPath,