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