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)
280
if(
_moveList
is not null)
420
if (
_moveList
is null)
425
_moveList
.Add(_buffer.Count); // mark the current position as needing fixup
564
if (
_moveList
.Count == 0)
569
for (int i = 0; i <
_moveList
.Count; i++)
571
int ctorIdx =
_moveList
[i];
581
_moveList
.RemoveAt(deepestIdx);