1 write to _builder
CSharpSyntaxGenerator (1)
SourceGenerator.cs (1)
178_builder = builder;
4 references to _builder
CSharpSyntaxGenerator (4)
SourceGenerator.cs (4)
183public override int Length => _builder.Length; 184public override char this[int position] => _builder[position]; 187=> _builder.ToString(span.Start, span.Length); 190=> _builder.CopyTo(sourceIndex, destination, destinationIndex, count);