4 writes to _readIndex
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (4)
36_readIndex = 0; 112_readIndex = _writeIndex = _list.Count; 151_readIndex++; 163_readIndex++;
5 references to _readIndex
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (5)
109if (_readIndex != _writeIndex) 111_list.RemoveRange(_writeIndex, _readIndex - _writeIndex); 137while (_readIndex < _list.Count) 139WeakReference currentRef = _list[_readIndex]; 145if (_writeIndex != _readIndex)