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)
175
if (
_cachedIsEmpty
.HasValue)
177
return
_cachedIsEmpty
.Value;
187
if (
_cachedIsEmpty
.Value)
189
return
_cachedIsEmpty
.Value;