3 writes to cachedCount
System.Management (3)
System\Management\ManagementObjectCollection.cs (3)
419
cachedCount
= 0;
540
int status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)collectionObject.options.BlockSize, tempArray, ref
cachedCount
);
638
cachedCount
= 0;
5 references to cachedCount
System.Management (5)
System\Management\ManagementObjectCollection.cs (5)
525
if ((
cachedCount
- cacheIndex) == 0) //cache is empty - need to get more objects
548
for (int i = 0; i <
cachedCount
; i++)
567
if ((status == (int)tag_WBEMSTATUS.WBEM_S_TIMEDOUT) && (
cachedCount
== 0))
571
if ((status == (int)tag_WBEMSTATUS.WBEM_S_FALSE) && (
cachedCount
== 0))
635
for (int i = (cacheIndex >= 0 ? cacheIndex : 0); i <
cachedCount
; i++)