20 writes to _rtfIndex
PresentationFramework (20)
System\Windows\Documents\RtfToXamlLexer.cs (20)
73byte tokenChar = _rtfBytes[_rtfIndex++]; 119_rtfIndex--; 125_rtfIndex++; 134_rtfIndex++; 142_rtfIndex--; 209_rtfIndex += 4; 213_rtfIndex++; 228_rtfIndex += skip; 232_rtfIndex = _rtfBytes.Length - 1; 244tokenChar = _rtfBytes[_rtfIndex++]; 248_rtfIndex--; 278_rtfIndex++; 282_rtfIndex++; 387_rtfIndex = e; 427_rtfIndex = _rtfLastIndex; 437_rtfIndex++; 457_rtfIndex++; 466_rtfIndex++; 476_rtfIndex++; 484_rtfIndex++;
24 references to _rtfIndex
PresentationFramework (24)
System\Windows\Documents\RtfToXamlLexer.cs (24)
62_rtfLastIndex = _rtfIndex; 66if (_rtfIndex >= _rtfBytes.Length) 72int rtfStartIndex = _rtfIndex; 99if (_rtfIndex >= _rtfBytes.Length) 108int controlStartIndex = _rtfIndex; 114token.Text = CurrentEncoding.GetString(_rtfBytes, controlStartIndex - 1, _rtfIndex - rtfStartIndex); 132token.Text = CurrentEncoding.GetString(_rtfBytes, _rtfIndex, 1); 203int nEndTextIndex = _rtfIndex; 205while (nSkip > 0 && _rtfIndex < nEndTextIndex) 226if (_rtfIndex + skip < _rtfBytes.Length) 239byte tokenChar = _rtfBytes[_rtfIndex]; 255byte tokenChar = _rtfBytes[_rtfIndex]; 268tokenNextChar = _rtfBytes[_rtfIndex + 1]; 283tokenChar = _rtfBytes[_rtfIndex]; 321return _rtfBytes[_rtfIndex]; 344_rtfLastIndex = _rtfIndex; 349int s = _rtfIndex; 435while (_rtfIndex < _rtfBytes.Length && IsControlCharValid(CurByte)) 440int controlLength = _rtfIndex - controlStartIndex; 453if (_rtfIndex < _rtfBytes.Length) 471int paramStartIndex = _rtfIndex; 473while (_rtfIndex < _rtfBytes.Length && IsParameterFollow(CurByte)) 479int paramLength = _rtfIndex - paramStartIndex; 482if (_rtfIndex < _rtfBytes.Length && CurByte == ' ')