20 writes to _rtfIndex
PresentationFramework (20)
System\Windows\Documents\RtfToXamlLexer.cs (20)
72byte tokenChar = _rtfBytes[_rtfIndex++]; 118_rtfIndex--; 124_rtfIndex++; 133_rtfIndex++; 141_rtfIndex--; 208_rtfIndex += 4; 212_rtfIndex++; 227_rtfIndex += skip; 231_rtfIndex = _rtfBytes.Length - 1; 243tokenChar = _rtfBytes[_rtfIndex++]; 247_rtfIndex--; 277_rtfIndex++; 281_rtfIndex++; 386_rtfIndex = e; 426_rtfIndex = _rtfLastIndex; 436_rtfIndex++; 456_rtfIndex++; 465_rtfIndex++; 475_rtfIndex++; 483_rtfIndex++;
24 references to _rtfIndex
PresentationFramework (24)
System\Windows\Documents\RtfToXamlLexer.cs (24)
61_rtfLastIndex = _rtfIndex; 65if (_rtfIndex >= _rtfBytes.Length) 71int rtfStartIndex = _rtfIndex; 98if (_rtfIndex >= _rtfBytes.Length) 107int controlStartIndex = _rtfIndex; 113token.Text = CurrentEncoding.GetString(_rtfBytes, controlStartIndex - 1, _rtfIndex - rtfStartIndex); 131token.Text = CurrentEncoding.GetString(_rtfBytes, _rtfIndex, 1); 202int nEndTextIndex = _rtfIndex; 204while (nSkip > 0 && _rtfIndex < nEndTextIndex) 225if (_rtfIndex + skip < _rtfBytes.Length) 238byte tokenChar = _rtfBytes[_rtfIndex]; 254byte tokenChar = _rtfBytes[_rtfIndex]; 267tokenNextChar = _rtfBytes[_rtfIndex + 1]; 282tokenChar = _rtfBytes[_rtfIndex]; 320return _rtfBytes[_rtfIndex]; 343_rtfLastIndex = _rtfIndex; 348int s = _rtfIndex; 434while (_rtfIndex < _rtfBytes.Length && IsControlCharValid(CurByte)) 439int controlLength = _rtfIndex - controlStartIndex; 452if (_rtfIndex < _rtfBytes.Length) 470int paramStartIndex = _rtfIndex; 472while (_rtfIndex < _rtfBytes.Length && IsParameterFollow(CurByte)) 478int paramLength = _rtfIndex - paramStartIndex; 481if (_rtfIndex < _rtfBytes.Length && CurByte == ' ')