3 writes to _writeIndex
PresentationCore (3)
System\Windows\Media\Animation\WeakRefEnumerator.cs (3)
31
_writeIndex
= 0;
106
_readIndex =
_writeIndex
= _list.Count;
146
_writeIndex
++;
6 references to _writeIndex
PresentationCore (6)
System\Windows\Media\Animation\WeakRefEnumerator.cs (6)
75
return
_writeIndex
- 1;
103
if (_readIndex !=
_writeIndex
)
105
_list.RemoveRange(
_writeIndex
, _readIndex -
_writeIndex
);
139
if (
_writeIndex
!= _readIndex)
141
_list[
_writeIndex
] = currentRef;