1 write to _sourceText
CSharpSyntaxGenerator (1)
SourceGenerator.cs (1)
138_sourceText = sourceText;
6 references to _sourceText
CSharpSyntaxGenerator (6)
SourceGenerator.cs (6)
144if (_position == _sourceText.Length) 149return _sourceText[_position]; 154if (_position == _sourceText.Length) 159return _sourceText[_position++]; 164var charsToCopy = Math.Min(count, _sourceText.Length - _position); 165_sourceText.CopyTo(_position, buffer, index, charsToCopy);