3 writes to _writeIndex
PresentationCore (3)
System\Windows\Media\Animation\WeakRefEnumerator.cs (3)
32
_writeIndex
= 0;
107
_readIndex =
_writeIndex
= _list.Count;
147
_writeIndex
++;
6 references to _writeIndex
PresentationCore (6)
System\Windows\Media\Animation\WeakRefEnumerator.cs (6)
76
return
_writeIndex
- 1;
104
if (_readIndex !=
_writeIndex
)
106
_list.RemoveRange(
_writeIndex
, _readIndex -
_writeIndex
);
140
if (
_writeIndex
!= _readIndex)
142
_list[
_writeIndex
] = currentRef;