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