1 write to _text
Microsoft.CodeAnalysis.CSharp (1)
Parser\SlidingTextWindow.cs (1)
65
_text
= text;
4 references to _text
Microsoft.CodeAnalysis.CSharp (4)
Parser\SlidingTextWindow.cs (4)
84
public SourceText Text =>
_text
;
183
int amountToRead = Math.Min(
_text
.Length, position + _characterWindow.Length) - position;
187
_text
.CopyTo(position, _characterWindow, 0, amountToRead);
233
_text
.CopyTo(_basis + _characterWindowCount,