20 writes to _rtfIndex
PresentationFramework (20)
System\Windows\Documents\RtfToXamlLexer.cs (20)
71byte tokenChar = _rtfBytes[_rtfIndex++]; 117_rtfIndex--; 123_rtfIndex++; 132_rtfIndex++; 140_rtfIndex--; 207_rtfIndex += 4; 211_rtfIndex++; 226_rtfIndex += skip; 230_rtfIndex = _rtfBytes.Length - 1; 242tokenChar = _rtfBytes[_rtfIndex++]; 246_rtfIndex--; 276_rtfIndex++; 280_rtfIndex++; 385_rtfIndex = e; 425_rtfIndex = _rtfLastIndex; 435_rtfIndex++; 455_rtfIndex++; 464_rtfIndex++; 474_rtfIndex++; 482_rtfIndex++;
24 references to _rtfIndex
PresentationFramework (24)
System\Windows\Documents\RtfToXamlLexer.cs (24)
60_rtfLastIndex = _rtfIndex; 64if (_rtfIndex >= _rtfBytes.Length) 70int rtfStartIndex = _rtfIndex; 97if (_rtfIndex >= _rtfBytes.Length) 106int controlStartIndex = _rtfIndex; 112token.Text = CurrentEncoding.GetString(_rtfBytes, controlStartIndex - 1, _rtfIndex - rtfStartIndex); 130token.Text = CurrentEncoding.GetString(_rtfBytes, _rtfIndex, 1); 201int nEndTextIndex = _rtfIndex; 203while (nSkip > 0 && _rtfIndex < nEndTextIndex) 224if (_rtfIndex + skip < _rtfBytes.Length) 237byte tokenChar = _rtfBytes[_rtfIndex]; 253byte tokenChar = _rtfBytes[_rtfIndex]; 266tokenNextChar = _rtfBytes[_rtfIndex + 1]; 281tokenChar = _rtfBytes[_rtfIndex]; 319return _rtfBytes[_rtfIndex]; 342_rtfLastIndex = _rtfIndex; 347int s = _rtfIndex; 433while (_rtfIndex < _rtfBytes.Length && IsControlCharValid(CurByte)) 438int controlLength = _rtfIndex - controlStartIndex; 451if (_rtfIndex < _rtfBytes.Length) 469int paramStartIndex = _rtfIndex; 471while (_rtfIndex < _rtfBytes.Length && IsParameterFollow(CurByte)) 477int paramLength = _rtfIndex - paramStartIndex; 480if (_rtfIndex < _rtfBytes.Length && CurByte == ' ')