7 references to _sb
Microsoft.Gen.Logging (7)
src\Generators\Shared\EmitterBase.cs (7)
60
_ =
_sb
.Append(_padding[_indent]);
70
_ =
_sb
.AppendLine();
76
_ =
_sb
.AppendLine(line);
81
_ =
_sb
.AppendLine(line);
99
protected void Out(string text) => _ =
_sb
.Append(text);
100
protected void Out(char ch) => _ =
_sb
.Append(ch);
104
protected string Capture() =>
_sb
.ToString();