2 writes to _outgoing
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
51
_outgoing
= new XamlNode[bufferSize];
129
_outgoing
= tmp;
2 references to _outgoing
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
128
_incoming =
_outgoing
;
194
_currentNode =
_outgoing
[_outIdx++];