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)
542else if (_reflectedCount != null) 546value = (int)_reflectedCount.GetValue(Enumerable, null); 575else if (_reflectedCount != null) 579isEmpty = ((int)_reflectedCount.GetValue(Enumerable, null) == 0);