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