1 write to _textEnd
Microsoft.CodeAnalysis.CSharp (1)
Parser\SlidingTextWindow.cs (1)
68
_textEnd
= text.Length;
3 references to _textEnd
Microsoft.CodeAnalysis.CSharp (3)
Parser\SlidingTextWindow.cs (3)
201
if (this.Position >=
_textEnd
)
231
int amountToRead = Math.Min(
_textEnd
- (_basis + _characterWindowCount),
253
return _offset >= _characterWindowCount && Position >=
_textEnd
;