3 writes to _reflectedCount
PresentationFramework (3)
MS\Internal\Data\IndexedEnumerable.cs (3)
524_reflectedCount = pi; 559_reflectedCount = null; 592_reflectedCount = null;
4 references to _reflectedCount
PresentationFramework (4)
MS\Internal\Data\IndexedEnumerable.cs (4)
547else if (_reflectedCount != null) 551value = (int)_reflectedCount.GetValue(Enumerable, null); 580else if (_reflectedCount != null) 584isEmpty = ((int)_reflectedCount.GetValue(Enumerable, null) == 0);