2 writes to _cachedIsEmpty
PresentationFramework (2)
MS\Internal\Data\IndexedEnumerable.cs (2)
164_cachedIsEmpty = (_cachedCount == 0); 188_cachedIsEmpty = !ie.MoveNext();
4 references to _cachedIsEmpty
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
181if (_cachedIsEmpty.HasValue) 183return _cachedIsEmpty.Value; 196if (_cachedIsEmpty.Value) 198return _cachedIsEmpty.Value;