3 writes to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
157_cachedCount = count; 188_cachedCount = 0; 462_cachedCount = -1;
3 references to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
145if (_cachedCount >= 0) 147return _cachedCount; 158_cachedIsEmpty = (_cachedCount == 0);