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)
81
return
_writeIndex
- 1;
109
if (_readIndex !=
_writeIndex
)
111
_list.RemoveRange(
_writeIndex
, _readIndex -
_writeIndex
);
145
if (
_writeIndex
!= _readIndex)
147
_list[
_writeIndex
] = currentRef;