1 instantiation of MSBuild
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTasks\IntrinsicTaskFactory.cs (1)
88
return new
MSBuild
();
9 references to MSBuild
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\IntrinsicTasks\CallTarget.cs (3)
37
/// default targets, use the <see cref="
MSBuild
"/> task and pass in Projects=$(MSBuildProjectFile).
99
List<string[]> targetLists =
MSBuild
.CreateTargetLists(Targets, RunEachTargetSeparately);
105
return
MSBuild
.ExecuteTargets(
BackEnd\Components\RequestBuilder\IntrinsicTasks\IntrinsicTaskFactory.cs (1)
86
if (TaskType == typeof(
MSBuild
))
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
780
if (taskExecutionHost.TaskInstance is
MSBuild
msbuildTask)
1055
private List<string> GetUndeclaredProjects(
MSBuild
msbuildTask)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
419
taskFactoryWrapper = CreateIntrinsicTaskFactoryWrapper(typeof(
MSBuild
));
1251
returnClass = CreateIntrinsicTaskFactoryWrapper(typeof(
MSBuild
));
Graph\ProjectInterpretation.cs (1)
411
/// Gets the effective global properties for an item that will get passed to <see cref="
MSBuild
.Projects"/>.