6 writes to _offset
Microsoft.CodeAnalysis.CSharp (6)
Parser\SlidingTextWindow.cs (6)
67_offset = 0; 178_offset = relative; 191_offset = 0; 216_offset -= _lexemeStart; 262_offset++; 284_offset += n;
10 references to _offset
Microsoft.CodeAnalysis.CSharp (10)
Parser\SlidingTextWindow.cs (10)
93return _basis + _offset; 104return _offset; 160return _offset - _lexemeStart; 169_lexemeStart = _offset; 199if (_offset >= _characterWindowCount) 253return _offset >= _characterWindowCount && Position >= _textEnd; 339if (_offset >= _characterWindowCount 346return _characterWindow[_offset]; 362if (_offset >= _characterWindowCount 370ch = _characterWindow[_offset];