3 writes to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
158_cachedCount = count; 189_cachedCount = 0; 463_cachedCount = -1;
3 references to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
146if (_cachedCount >= 0) 148return _cachedCount; 159_cachedIsEmpty = (_cachedCount == 0);