2 writes to _reflectedIndexOf
PresentationFramework (2)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (2)
505_reflectedIndexOf = mi; 634_reflectedIndexOf = null;
2 references to _reflectedIndexOf
PresentationFramework (2)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (2)
622else if (_reflectedIndexOf != null) 626value = (int) _reflectedIndexOf.Invoke(Enumerable, new object[] { item });