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