3 writes to _writeIndex
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (3)
37_writeIndex = 0; 112_readIndex = _writeIndex = _list.Count; 152_writeIndex++;
6 references to _writeIndex
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (6)
81return _writeIndex - 1; 109if (_readIndex != _writeIndex) 111_list.RemoveRange(_writeIndex, _readIndex - _writeIndex); 145if (_writeIndex != _readIndex) 147_list[_writeIndex] = currentRef;