2 writes to cachedCount
System.Management (2)
managementeventwatcher.cs (2)
236
cachedCount
= 0;
430
status = scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)options.BlockSize, tempArray, ref
cachedCount
);
3 references to cachedCount
System.Management (3)
managementeventwatcher.cs (3)
418
if ((
cachedCount
- cacheIndex) == 0) //cache is empty - need to get more objects
439
if (
cachedCount
== 0)
442
for (int i = 0; i <
cachedCount
; i++)