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)
89
return _basis +
_offset
;
100
return
_offset
;
156
return
_offset
- _lexemeStart;
165
_lexemeStart =
_offset
;
195
if (
_offset
>= _characterWindowCount)
249
return
_offset
>= _characterWindowCount && Position >= _textEnd;
335
if (
_offset
>= _characterWindowCount
342
return _characterWindow[
_offset
];
358
if (
_offset
>= _characterWindowCount
366
ch = _characterWindow[
_offset
];
376
if (
_offset
> 0)
381
return this.CharacterWindow[
_offset
- 1];