1 write to _list
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (1)
35
_list
= list;
5 references to _list
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs (5)
111
_list
.RemoveRange(_writeIndex, _readIndex - _writeIndex);
112
_readIndex = _writeIndex =
_list
.Count;
137
while (_readIndex <
_list
.Count)
139
WeakReference currentRef =
_list
[_readIndex];
147
_list
[_writeIndex] = currentRef;