1 write to type
Microsoft.Build.Engine (1)
Choose\GroupEnumeratorHelper.cs (1)
65this.type = type;
15 references to type
Microsoft.Build.Engine (15)
Choose\GroupEnumeratorHelper.cs (15)
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)