2 writes to _cachedIsEmpty
PresentationFramework (2)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (2)
171_cachedIsEmpty = (_cachedCount == 0); 195_cachedIsEmpty = !ie.MoveNext();
4 references to _cachedIsEmpty
PresentationFramework (4)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (4)
188if (_cachedIsEmpty.HasValue) 190return _cachedIsEmpty.Value; 203if (_cachedIsEmpty.Value) 205return _cachedIsEmpty.Value;