2 writes to propertyNames
System.Management (2)
propertyset.cs (2)
249 propertyNames = null; index = -1; 259 int status = parent.wbemObject.GetNames_(null, flag, ref qualVal, out propertyNames);
4 references to propertyNames
System.Management (4)
propertyset.cs (4)
283 if ((index == -1) || (index == propertyNames.Length)) 286 return new PropertyData(parent, propertyNames[index]); 300 if (index == propertyNames.Length) //passed the end of the array 304 return (index == propertyNames.Length) ? false : true;