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)
84public SourceText Text => _text; 183int amountToRead = Math.Min(_text.Length, position + _characterWindow.Length) - position; 187_text.CopyTo(position, _characterWindow, 0, amountToRead); 233_text.CopyTo(_basis + _characterWindowCount,