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