2 writes to _outgoing
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
48
_outgoing
= new XamlNode[bufferSize];
126
_outgoing
= tmp;
2 references to _outgoing
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
125
_incoming =
_outgoing
;
191
_currentNode =
_outgoing
[_outIdx++];