1 write to _builder
Microsoft.CodeAnalysis (1)
Text\StringBuilderText.cs (1)
29_builder = builder;
7 references to _builder
Microsoft.CodeAnalysis (7)
Text\StringBuilderText.cs (7)
43get { return _builder; } 51get { return _builder.Length; } 65if (position < 0 || position >= _builder.Length) 70return _builder[position]; 80if (span.End > _builder.Length) 85return _builder.ToString(span.Start, span.Length); 90_builder.CopyTo(sourceIndex, destination, destinationIndex, count);