3 writes to _reflectedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
519
_reflectedCount
= pi;
554
_reflectedCount
= null;
587
_reflectedCount
= null;
4 references to _reflectedCount
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
542
else if (
_reflectedCount
!= null)
546
value = (int)
_reflectedCount
.GetValue(Enumerable, null);
575
else if (
_reflectedCount
!= null)
579
isEmpty = ((int)
_reflectedCount
.GetValue(Enumerable, null) == 0);