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
"/>
137
position = Math.Min(position,
_textEnd
);
139
var amountToRead = Math.Min(
_textEnd
- position, DefaultWindowLength);
222
_positionInText = Math.Min(position,
_textEnd
);
240
=> Position >=
_textEnd
;