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; 137while (_readIndex < _list.Count) 139WeakReference currentRef = _list[_readIndex]; 147_list[_writeIndex] = currentRef;