3 writes to _writeIndex
PresentationCore (3)
System\Windows\Media\Animation\WeakRefEnumerator.cs (3)
36
_writeIndex
= 0;
111
_readIndex =
_writeIndex
= _list.Count;
151
_writeIndex
++;
6 references to _writeIndex
PresentationCore (6)
System\Windows\Media\Animation\WeakRefEnumerator.cs (6)
80
return
_writeIndex
- 1;
108
if (_readIndex !=
_writeIndex
)
110
_list.RemoveRange(
_writeIndex
, _readIndex -
_writeIndex
);
144
if (
_writeIndex
!= _readIndex)
146
_list[
_writeIndex
] = currentRef;