3 writes to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
163_cachedCount = count; 197_cachedCount = 0; 477_cachedCount = -1;
3 references to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
151if (_cachedCount >= 0) 153return _cachedCount; 164_cachedIsEmpty = (_cachedCount == 0);