5 writes to cacheIndex
System.Management (5)
managementobjectcollection.cs (5)
434cacheIndex = -1; // Reset position 537cacheIndex++; 591cacheIndex--; //back to last object 603cacheIndex = 0; 657cacheIndex = -1;
5 references to cacheIndex
System.Management (5)
managementobjectcollection.cs (5)
492if (cacheIndex < 0) 495return ManagementBaseObject.GetBaseObject (cachedObjects[cacheIndex], 539if ((cachedCount - cacheIndex) == 0) //cache is empty - need to get more objects 653for (int i=(cacheIndex >= 0 ? cacheIndex : 0); i<cachedCount; i++)