6 writes to _offset
Microsoft.CodeAnalysis.CSharp (6)
Parser\SlidingTextWindow.cs (6)
63_offset = 0; 174_offset = relative; 187_offset = 0; 212_offset -= _lexemeStart; 258_offset++; 280_offset += n;
12 references to _offset
Microsoft.CodeAnalysis.CSharp (12)
Parser\SlidingTextWindow.cs (12)
89return _basis + _offset; 100return _offset; 156return _offset - _lexemeStart; 165_lexemeStart = _offset; 195if (_offset >= _characterWindowCount) 249return _offset >= _characterWindowCount && Position >= _textEnd; 335if (_offset >= _characterWindowCount 342return _characterWindow[_offset]; 358if (_offset >= _characterWindowCount 366ch = _characterWindow[_offset]; 376if (_offset > 0) 381return this.CharacterWindow[_offset - 1];