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