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