7 references to _sb
Microsoft.Extensions.Options.SourceGeneration (7)
EmitterBase.cs (7)
65
_ =
_sb
.Append(_padding[_indent]);
75
_ =
_sb
.AppendLine();
81
_ =
_sb
.AppendLine(line);
86
_ =
_sb
.AppendLine(line);
104
protected void Out(string text) => _ =
_sb
.Append(text);
105
protected void Out(char ch) => _ =
_sb
.Append(ch);
109
protected string Capture() =>
_sb
.ToString();