5 writes to _enumerator
PresentationFramework (5)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (5)
135
DisposeEnumerator(ref
_enumerator
);
363
DisposeEnumerator(ref
_enumerator
);
455
DisposeEnumerator(ref
_enumerator
);
456
_enumerator
= GetEnumerator();
467
DisposeEnumerator(ref
_enumerator
);
6 references to _enumerator
PresentationFramework (6)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (6)
116
while (
_enumerator
.MoveNext())
118
if (object.Equals(
_enumerator
.Current, item))
129
CacheCurrentItem(index,
_enumerator
.Current);
255
while ((moveBy > 0) &&
_enumerator
.MoveNext())
266
CacheCurrentItem(index,
_enumerator
.Current);
427
if (
_enumerator
== null)