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