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)
109
if (
_readIndex
!= _writeIndex)
111
_list.RemoveRange(_writeIndex,
_readIndex
- _writeIndex);
137
while (
_readIndex
< _list.Count)
139
WeakReference currentRef = _list[
_readIndex
];
145
if (_writeIndex !=
_readIndex
)