1 instantiation of MSBuild
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTasks\IntrinsicTaskFactory.cs (1)
80
return new
MSBuild
();
9 references to MSBuild
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\IntrinsicTasks\CallTarget.cs (3)
36
/// default targets, use the <see cref="
MSBuild
"/> task and pass in Projects=$(MSBuildProjectFile).
98
List<string[]> targetLists =
MSBuild
.CreateTargetLists(Targets, RunEachTargetSeparately);
104
return
MSBuild
.ExecuteTargets(
BackEnd\Components\RequestBuilder\IntrinsicTasks\IntrinsicTaskFactory.cs (1)
78
if (TaskType == typeof(
MSBuild
))
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
759
if (taskExecutionHost.TaskInstance is
MSBuild
msbuildTask)
1020
private List<string> GetUndeclaredProjects(
MSBuild
msbuildTask)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
918
returnClass = new TaskFactoryWrapper(new IntrinsicTaskFactory(typeof(
MSBuild
)), new LoadedType(typeof(
MSBuild
), AssemblyLoadInfo.Create(taskExecutionHostAssembly.FullName, null), taskExecutionHostAssembly, typeof(ITaskItem)), _taskName, null);
Graph\ProjectInterpretation.cs (1)
373
/// Gets the effective global properties for an item that will get passed to <see cref="
MSBuild
.Projects"/>.