6 references to PropertyGroupsAll
Microsoft.Build.Engine (6)
Choose\GroupEnumeratorHelper.cs (4)
91((this.type == ListType.PropertyGroupsTopLevel) || (this.type == ListType.PropertyGroupsTopLevelAndChoose) || (this.type == ListType.PropertyGroupsAll))) 102else if ((this.type == ListType.ItemGroupsAll) || (this.type == ListType.PropertyGroupsAll)) 115else if (this.type == ListType.PropertyGroupsAll) 133else if (this.type == ListType.PropertyGroupsAll)
Choose\GroupingCollection.cs (2)
139return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.PropertyGroupsAll).GetEnumerator(); 252return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.PropertyGroupsAll);