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