3 writes to _cachedCount
PresentationFramework (3)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (3)
170
_cachedCount
= count;
204
_cachedCount
= 0;
486
_cachedCount
= -1;
3 references to _cachedCount
PresentationFramework (3)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (3)
158
if (
_cachedCount
>= 0)
160
return
_cachedCount
;
171
_cachedIsEmpty = (
_cachedCount
== 0);