2 writes to propertyNames
System.Management (2)
System\Management\PropertySet.cs (2)
254
propertyNames
= null; index = -1;
264
int status = parent.wbemObject.GetNames_(null, flag, ref qualVal, out
propertyNames
);
4 references to propertyNames
System.Management (4)
System\Management\PropertySet.cs (4)
289
if ((index == -1) || (index ==
propertyNames
.Length))
292
return new PropertyData(parent,
propertyNames
[index]);
306
if (index ==
propertyNames
.Length) //passed the end of the array
310
return (index ==
propertyNames
.Length) ? false : true;