1 write to _twoItems
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1284
_twoItems
= new ITaskItem[] { new TaskItem(item), new TaskItem(item2) };
5 references to _twoItems
Microsoft.Build.Engine.UnitTests (5)
BackEnd\TaskExecutionHost_Tests.cs (5)
492
ValidateTaskParameterItems("ItemParam", "@(ItemListContainingTwoItems)",
_twoItems
);
550
ValidateTaskParameterItems("ItemArrayParam", "@(ItemListContainingTwoItems)",
_twoItems
);
876
ValidateOutputItems("ItemArrayOutput",
_twoItems
);
886
ValidateOutputProperty("ItemArrayOutput", String.Concat(
_twoItems
[0].ItemSpec, ";",
_twoItems
[1].ItemSpec));