2 writes to _inIdx
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
130_inIdx = 0; 136_inIdx += 1;
3 references to _inIdx
System.Xaml (3)
System\Xaml\XamlBackgroundReader.cs (3)
114get { return _inIdx >= _incoming.Length; } 129_outValid = _inIdx; // in the EOF case the buffer can be short. 135_incoming[_inIdx] = node;