3 writes to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
157
_cachedCount
= count;
188
_cachedCount
= 0;
462
_cachedCount
= -1;
3 references to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
145
if (
_cachedCount
>= 0)
147
return
_cachedCount
;
158
_cachedIsEmpty = (
_cachedCount
== 0);