3 writes to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
158
_cachedCount
= count;
192
_cachedCount
= 0;
469
_cachedCount
= -1;
3 references to _cachedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
146
if (
_cachedCount
>= 0)
148
return
_cachedCount
;
159
_cachedIsEmpty = (
_cachedCount
== 0);