26 references to ListType
Microsoft.Build.Engine (26)
Choose\GroupEnumeratorHelper.cs (17)
39private ListType type; 59ListType type 86((this.type == ListType.ItemGroupsTopLevel) || (this.type == ListType.ItemGroupsTopLevelAndChoose) || (this.type == ListType.ItemGroupsAll))) 91((this.type == ListType.PropertyGroupsTopLevel) || (this.type == ListType.PropertyGroupsTopLevelAndChoose) || (this.type == ListType.PropertyGroupsAll))) 97if ((this.type == ListType.ChoosesTopLevel) || (this.type == ListType.ItemGroupsTopLevelAndChoose) || (this.type == ListType.PropertyGroupsTopLevelAndChoose)) 102else if ((this.type == ListType.ItemGroupsAll) || (this.type == ListType.PropertyGroupsAll)) 108if (this.type == ListType.ItemGroupsAll) 115else if (this.type == ListType.PropertyGroupsAll) 126if (this.type == ListType.ItemGroupsAll) 133else if (this.type == ListType.PropertyGroupsAll)
Choose\GroupingCollection.cs (9)
139return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.PropertyGroupsAll).GetEnumerator(); 209return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.ItemGroupsAll).GetEnumerator(); 220return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.PropertyGroupsTopLevelAndChoose); 228return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.ItemGroupsTopLevelAndChoose); 236return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.PropertyGroupsTopLevel); 244return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.ItemGroupsTopLevel); 252return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.PropertyGroupsAll); 260return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.ItemGroupsAll); 268return new GroupEnumeratorHelper(this, GroupEnumeratorHelper.ListType.ChoosesTopLevel);