3 writes to index
System.Management (3)
propertyset.cs (3)
249
propertyNames = null;
index
= -1;
303
index
++;
313
index
= -1;
5 references to index
System.Management (5)
propertyset.cs (5)
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;