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