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)
93
return _basis +
_offset
;
104
return
_offset
;
160
return
_offset
- _lexemeStart;
169
_lexemeStart =
_offset
;
199
if (
_offset
>= _characterWindowCount)
253
return
_offset
>= _characterWindowCount && Position >= _textEnd;
339
if (
_offset
>= _characterWindowCount
346
return _characterWindow[
_offset
];
362
if (
_offset
>= _characterWindowCount
370
ch = _characterWindow[
_offset
];