1 write to _list
PresentationCore (1)
System\Windows\Media\Animation\WeakRefEnumerator.cs (1)
30_list = list;
5 references to _list
PresentationCore (5)
System\Windows\Media\Animation\WeakRefEnumerator.cs (5)
106_list.RemoveRange(_writeIndex, _readIndex - _writeIndex); 107_readIndex = _writeIndex = _list.Count; 132while (_readIndex < _list.Count) 134WeakReference currentRef = _list[_readIndex]; 142_list[_writeIndex] = currentRef;