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)
176
if (
_cachedIsEmpty
.HasValue)
178
return
_cachedIsEmpty
.Value;
191
if (
_cachedIsEmpty
.Value)
193
return
_cachedIsEmpty
.Value;