2 writes to _moveList
System.Xaml (2)
System\Xaml\Parser\NodeStreamSorter.cs (2)
272_moveList = null; 422_moveList = new List<int>();
7 references to _moveList
System.Xaml (7)
System\Xaml\Parser\NodeStreamSorter.cs (7)
280if(_moveList is not null) 420if (_moveList is null) 425_moveList.Add(_buffer.Count); // mark the current position as needing fixup 564if (_moveList.Count == 0) 569for (int i = 0; i < _moveList.Count; i++) 571int ctorIdx = _moveList[i]; 581_moveList.RemoveAt(deepestIdx);