10 references to MSBuildAssemblyPath
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
463if (taskHostParameters.MSBuildAssemblyPath != null) 465ValidateNetHostSdkVersion(taskHostParameters.MSBuildAssemblyPath); 467return taskHostParameters.MSBuildAssemblyPath;
Instance\TaskRegistry.cs (2)
957string.Equals(x.MSBuildAssemblyPath, y.MSBuildAssemblyPath, StringComparison.OrdinalIgnoreCase) &&
Microsoft.Build.Engine.UnitTests (2)
TestComparers\TaskRegistryComparers.cs (2)
59Assert.Equal(xParams.MSBuildAssemblyPath, yParams.MSBuildAssemblyPath);
Microsoft.Build.Framework (3)
BinaryTranslator.cs (1)
1132string msBuildAssemblyPath = value.MSBuildAssemblyPath;
TaskHostParameters.cs (2)
111msBuildAssemblyPath: overrideParameters.MSBuildAssemblyPath ?? baseParameters.MSBuildAssemblyPath,