3 writes to _cachedCount
PresentationFramework (3)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (3)
170_cachedCount = count; 204_cachedCount = 0; 486_cachedCount = -1;
3 references to _cachedCount
PresentationFramework (3)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (3)
158if (_cachedCount >= 0) 160return _cachedCount; 171_cachedIsEmpty = (_cachedCount == 0);