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)
532else if (_reflectedCount != null) 536value = (int)_reflectedCount.GetValue(Enumerable, null); 565else if (_reflectedCount != null) 569isEmpty = ((int)_reflectedCount.GetValue(Enumerable, null) == 0);