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