3 writes to _characterWindowCount
Microsoft.CodeAnalysis.CSharp (3)
Parser\SlidingTextWindow.cs (3)
193
_characterWindowCount
= amountToRead;
215
_characterWindowCount
-= _lexemeStart;
237
_characterWindowCount
+= amountToRead;
14 references to _characterWindowCount
Microsoft.CodeAnalysis.CSharp (14)
Parser\SlidingTextWindow.cs (14)
137
return
_characterWindowCount
;
176
if (relative >= 0 && relative <=
_characterWindowCount
)
199
if (_offset >=
_characterWindowCount
)
208
if (_lexemeStart > (
_characterWindowCount
/ 4))
214
_characterWindowCount
- _lexemeStart);
221
if (
_characterWindowCount
>= _characterWindow.Length)
226
Array.Copy(oldWindow, 0, newWindow, 0,
_characterWindowCount
);
231
int amountToRead = Math.Min(_textEnd - (_basis +
_characterWindowCount
),
232
_characterWindow.Length -
_characterWindowCount
);
233
_text.CopyTo(_basis +
_characterWindowCount
,
235
_characterWindowCount
,
253
return _offset >=
_characterWindowCount
&& Position >= _textEnd;
339
if (_offset >=
_characterWindowCount
362
if (_offset >=
_characterWindowCount