2 writes to _cachedIsEmpty
PresentationFramework (2)
MS\Internal\Data\IndexedEnumerable.cs (2)
159_cachedIsEmpty = (_cachedCount == 0); 183_cachedIsEmpty = !ie.MoveNext();
4 references to _cachedIsEmpty
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
176if (_cachedIsEmpty.HasValue) 178return _cachedIsEmpty.Value; 191if (_cachedIsEmpty.Value) 193return _cachedIsEmpty.Value;