3 writes to _reflectedCount
PresentationFramework (3)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (3)
533
_reflectedCount
= pi;
568
_reflectedCount
= null;
601
_reflectedCount
= null;
4 references to _reflectedCount
PresentationFramework (4)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (4)
556
else if (
_reflectedCount
!= null)
560
value = (int)
_reflectedCount
.GetValue(Enumerable, null);
589
else if (
_reflectedCount
!= null)
593
isEmpty = ((int)
_reflectedCount
.GetValue(Enumerable, null) == 0);