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)
539else if (_reflectedCount != null) 543value = (int)_reflectedCount.GetValue(Enumerable, null); 572else if (_reflectedCount != null) 576isEmpty = ((int)_reflectedCount.GetValue(Enumerable, null) == 0);