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