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