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