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
++;
271
_offset
+= n;
10 references to _offset
Microsoft.CodeAnalysis.CSharp (10)
Parser\SlidingTextWindow.cs (10)
93
return _basis +
_offset
;
104
return
_offset
;
160
return
_offset
- _lexemeStart;
169
_lexemeStart =
_offset
;
199
if (
_offset
>= _characterWindowCount)
253
return
_offset
>= _characterWindowCount && Position >= _textEnd;
326
if (
_offset
>= _characterWindowCount
333
return _characterWindow[
_offset
];
349
if (
_offset
>= _characterWindowCount
357
ch = _characterWindow[
_offset
];