3 writes to _characterWindowCount
Microsoft.CodeAnalysis.CSharp (3)
Parser\SlidingTextWindow.cs (3)
189
_characterWindowCount
= amountToRead;
211
_characterWindowCount
-= _lexemeStart;
233
_characterWindowCount
+= amountToRead;
14 references to _characterWindowCount
Microsoft.CodeAnalysis.CSharp (14)
Parser\SlidingTextWindow.cs (14)
133
return
_characterWindowCount
;
172
if (relative >= 0 && relative <=
_characterWindowCount
)
195
if (_offset >=
_characterWindowCount
)
204
if (_lexemeStart > (
_characterWindowCount
/ 4))
210
_characterWindowCount
- _lexemeStart);
217
if (
_characterWindowCount
>= _characterWindow.Length)
222
Array.Copy(oldWindow, 0, newWindow, 0,
_characterWindowCount
);
227
int amountToRead = Math.Min(_textEnd - (_basis +
_characterWindowCount
),
228
_characterWindow.Length -
_characterWindowCount
);
229
_text.CopyTo(_basis +
_characterWindowCount
,
231
_characterWindowCount
,
249
return _offset >=
_characterWindowCount
&& Position >= _textEnd;
335
if (_offset >=
_characterWindowCount
358
if (_offset >=
_characterWindowCount