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