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)
201if (this.Position >= _textEnd) 231int amountToRead = Math.Min(_textEnd - (_basis + _characterWindowCount), 253return _offset >= _characterWindowCount && Position >= _textEnd;