4 writes to groupByPropertyList
System.Management (4)
System\Management\ManagementQuery.cs (4)
2469groupByPropertyList = new StringCollection(); 2689this.groupByPropertyList = new StringCollection(); 2912groupByPropertyList = dst; 3076groupByPropertyList = new StringCollection();
15 references to groupByPropertyList
System.Management (15)
System\Management\ManagementQuery.cs (15)
2692this.groupByPropertyList.AddRange(groupByPropertyList); 2902get { return groupByPropertyList; } 2988if ((null != groupByPropertyList) && (0 < groupByPropertyList.Count)) 2990int count = groupByPropertyList.Count; 2994s = s + groupByPropertyList[i] + (i == (count - 1) ? "" : ","); 3022groupByPropertyList?.Clear(); 3073if (null != groupByPropertyList) 3074groupByPropertyList.Clear(); 3087groupByPropertyList.Add(tempProp); 3095groupByPropertyList.Add(tempProp); 3100groupByPropertyList.Add(q); 3144if (null != groupByPropertyList) 3146int count = groupByPropertyList.Count; 3151groupByPropertyList.CopyTo(strArray, 0);