1 write to _list
PresentationCore (1)
System\Windows\Media\Animation\WeakRefEnumerator.cs (1)
34_list = list;
5 references to _list
PresentationCore (5)
System\Windows\Media\Animation\WeakRefEnumerator.cs (5)
110_list.RemoveRange(_writeIndex, _readIndex - _writeIndex); 111_readIndex = _writeIndex = _list.Count; 136while (_readIndex < _list.Count) 138WeakReference currentRef = _list[_readIndex]; 146_list[_writeIndex] = currentRef;