3 writes to _reflectedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
516
_reflectedCount
= pi;
551
_reflectedCount
= null;
584
_reflectedCount
= null;
4 references to _reflectedCount
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
539
else if (
_reflectedCount
!= null)
543
value = (int)
_reflectedCount
.GetValue(Enumerable, null);
572
else if (
_reflectedCount
!= null)
576
isEmpty = ((int)
_reflectedCount
.GetValue(Enumerable, null) == 0);