4 writes to _readIndex
PresentationCore (4)
System\Windows\Media\Animation\WeakRefEnumerator.cs (4)
35_readIndex = 0; 111_readIndex = _writeIndex = _list.Count; 150_readIndex++; 162_readIndex++;
5 references to _readIndex
PresentationCore (5)
System\Windows\Media\Animation\WeakRefEnumerator.cs (5)
108if (_readIndex != _writeIndex) 110_list.RemoveRange(_writeIndex, _readIndex - _writeIndex); 136while (_readIndex < _list.Count) 138WeakReference currentRef = _list[_readIndex]; 144if (_writeIndex != _readIndex)