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