3 references to Targets
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\CallTarget.cs (3)
89
if ((
Targets
== null) || (
Targets
.Length == 0))
98
List<string[]> targetLists = MSBuild.CreateTargetLists(
Targets
, RunEachTargetSeparately);