2 writes to _moveList
System.Xaml (2)
System\Xaml\Parser\NodeStreamSorter.cs (2)
267_moveList = null; 406_moveList = new List<int>();
7 references to _moveList
System.Xaml (7)
System\Xaml\Parser\NodeStreamSorter.cs (7)
275if(_moveList != null) 404if (_moveList == null) 408_moveList.Add(_buffer.Count); // mark the current position as needing fixup 539if (_moveList.Count == 0) 543for (int i = 0; i < _moveList.Count; i++) 545int ctorIdx = _moveList[i]; 554_moveList.RemoveAt(deepestIdx);