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)
275
if(
_moveList
!= null)
404
if (
_moveList
== null)
408
_moveList
.Add(_buffer.Count); // mark the current position as needing fixup
539
if (
_moveList
.Count == 0)
543
for (int i = 0; i <
_moveList
.Count; i++)
545
int ctorIdx =
_moveList
[i];
554
_moveList
.RemoveAt(deepestIdx);