2 writes to _reflectedIndexOf
PresentationFramework (2)
MS\Internal\Data\IndexedEnumerable.cs (2)
488_reflectedIndexOf = mi; 617_reflectedIndexOf = null;
2 references to _reflectedIndexOf
PresentationFramework (2)
MS\Internal\Data\IndexedEnumerable.cs (2)
605else if (_reflectedIndexOf != null) 609value = (int)_reflectedIndexOf.Invoke(Enumerable, new object[] { item });