1 write to _textEnd
Microsoft.CodeAnalysis.CSharp (1)
Parser\SlidingTextWindow.cs (1)
108_textEnd = text.Length;
5 references to _textEnd
Microsoft.CodeAnalysis.CSharp (5)
Parser\SlidingTextWindow.cs (5)
79/// equal to <see cref="_textEnd"/> 137position = Math.Min(position, _textEnd); 139var amountToRead = Math.Min(_textEnd - position, DefaultWindowLength); 222_positionInText = Math.Min(position, _textEnd); 240=> Position >= _textEnd;