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)
492ValidateTaskParameterItems("ItemParam", "@(ItemListContainingTwoItems)", _twoItems); 550ValidateTaskParameterItems("ItemArrayParam", "@(ItemListContainingTwoItems)", _twoItems); 876ValidateOutputItems("ItemArrayOutput", _twoItems); 886ValidateOutputProperty("ItemArrayOutput", String.Concat(_twoItems[0].ItemSpec, ";", _twoItems[1].ItemSpec));