3 writes to cachedCount
System.Management (3)
managementobjectcollection.cs (3)
433cachedCount = 0; 556int status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem ).Next_(timeout, (uint)collectionObject.options.BlockSize,tempArray, ref cachedCount); 656cachedCount = 0;
5 references to cachedCount
System.Management (5)
managementobjectcollection.cs (5)
539if ((cachedCount - cacheIndex) == 0) //cache is empty - need to get more objects 564for (int i = 0; i < cachedCount; i++) 584if ((status == (int)tag_WBEMSTATUS.WBEM_S_TIMEDOUT) && (cachedCount == 0)) 588if ((status == (int)tag_WBEMSTATUS.WBEM_S_FALSE) && (cachedCount == 0)) 653for (int i=(cacheIndex >= 0 ? cacheIndex : 0); i<cachedCount; i++)