3 writes to _reflectedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
509
_reflectedCount
= pi;
544
_reflectedCount
= null;
577
_reflectedCount
= null;
4 references to _reflectedCount
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
532
else if (
_reflectedCount
!= null)
536
value = (int)
_reflectedCount
.GetValue(Enumerable, null);
565
else if (
_reflectedCount
!= null)
569
isEmpty = ((int)
_reflectedCount
.GetValue(Enumerable, null) == 0);