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