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)
613
else if (
_reflectedIndexOf
!= null)
617
value = (int)
_reflectedIndexOf
.Invoke(Enumerable, new object[] { item });