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)
188
if (
_cachedIsEmpty
.HasValue)
190
return
_cachedIsEmpty
.Value;
203
if (
_cachedIsEmpty
.Value)
205
return
_cachedIsEmpty
.Value;