2 writes to _cachedIsEmpty
PresentationFramework (2)
MS\Internal\Data\IndexedEnumerable.cs (2)
158_cachedIsEmpty = (_cachedCount == 0); 182_cachedIsEmpty = !ie.MoveNext();
4 references to _cachedIsEmpty
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
175if (_cachedIsEmpty.HasValue) 177return _cachedIsEmpty.Value; 187if (_cachedIsEmpty.Value) 189return _cachedIsEmpty.Value;