3 writes to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
163
_cachedCount
= count;
197
_cachedCount
= 0;
477
_cachedCount
= -1;
3 references to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
151
if (
_cachedCount
>= 0)
153
return
_cachedCount
;
164
_cachedIsEmpty = (
_cachedCount
== 0);