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