4 writes to _readIndex
PresentationCore (4)
System\Windows\Media\Animation\WeakRefEnumerator.cs (4)
30_readIndex = 0; 106_readIndex = _writeIndex = _list.Count; 145_readIndex++; 157_readIndex++;
5 references to _readIndex
PresentationCore (5)
System\Windows\Media\Animation\WeakRefEnumerator.cs (5)
103if (_readIndex != _writeIndex) 105_list.RemoveRange(_writeIndex, _readIndex - _writeIndex); 131while (_readIndex < _list.Count) 133WeakReference currentRef = _list[_readIndex]; 139if (_writeIndex != _readIndex)