1 write to propertyAndItemLists
Microsoft.Build.Engine (1)
Choose\When.cs (1)
72this.propertyAndItemLists = new GroupingCollection(parentGroupingCollection);
5 references to propertyAndItemLists
Microsoft.Build.Engine (5)
Choose\When.cs (5)
131return this.propertyAndItemLists; 179this.propertyAndItemLists.InsertAtEnd(newItemGroup); 186this.propertyAndItemLists.InsertAtEnd(newPropertyGroup); 193this.propertyAndItemLists.InsertAtEnd(newChoose); 269foreach (IItemPropertyGrouping propOrItem in this.propertyAndItemLists)