9 references to MSBuildAssemblyPath
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
486if (taskHostParameters.MSBuildAssemblyPath != null) 488ValidateNetHostSdkVersion(taskHostParameters.MSBuildAssemblyPath); 490return taskHostParameters.MSBuildAssemblyPath;
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
447msBuildAssemblyPath: taskHostParameters.MSBuildAssemblyPath,
Microsoft.Build.Engine.UnitTests (2)
TestComparers\TaskRegistryComparers.cs (2)
59Assert.Equal(xParams.MSBuildAssemblyPath, yParams.MSBuildAssemblyPath);
Microsoft.Build.Framework (3)
BinaryTranslator.cs (1)
1090string msBuildExecutablePath = value.MSBuildAssemblyPath;
TaskHostParameters.cs (2)
135msBuildAssemblyPath: overrideParameters.MSBuildAssemblyPath ?? baseParameters.MSBuildAssemblyPath,