4 writes to _readIndex
PresentationCore (4)
System\Windows\Media\Animation\WeakRefEnumerator.cs (4)
31_readIndex = 0; 107_readIndex = _writeIndex = _list.Count; 146_readIndex++; 158_readIndex++;
5 references to _readIndex
PresentationCore (5)
System\Windows\Media\Animation\WeakRefEnumerator.cs (5)
104if (_readIndex != _writeIndex) 106_list.RemoveRange(_writeIndex, _readIndex - _writeIndex); 132while (_readIndex < _list.Count) 134WeakReference currentRef = _list[_readIndex]; 140if (_writeIndex != _readIndex)