4 writes to groupByPropertyList
System.Management (4)
managementquery.cs (4)
2469 groupByPropertyList = new StringCollection(); 2685 this.groupByPropertyList = new StringCollection (); 2907 groupByPropertyList = dst; 3073 groupByPropertyList = new StringCollection ();
16 references to groupByPropertyList
System.Management (16)
managementquery.cs (16)
2688 this.groupByPropertyList.AddRange (groupByPropertyList); 2898 get { return groupByPropertyList; } 2983 if ((null != groupByPropertyList) && (0 < groupByPropertyList.Count)) 2985 int count = groupByPropertyList.Count; 2989 s = s + groupByPropertyList[i] + (i == (count - 1) ? "" : ","); 3018 if (groupByPropertyList != null) 3019 groupByPropertyList.Clear(); 3070 if (null != groupByPropertyList) 3071 groupByPropertyList.Clear (); 3084 groupByPropertyList.Add(tempProp); 3092 groupByPropertyList.Add(tempProp); 3097 groupByPropertyList.Add(q); 3141 if (null != groupByPropertyList) 3143 int count = groupByPropertyList.Count; 3148 groupByPropertyList.CopyTo (strArray, 0);