2 writes to _outIdx
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
127
_outIdx
= 0;
185
_currentNode = _outgoing[
_outIdx
++];
1 reference to _outIdx
System.Xaml (1)
System\Xaml\XamlBackgroundReader.cs (1)
118
get { return
_outIdx
>= _outValid; }