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); 104protected void Out(string text) => _ = _sb.Append(text); 105protected void Out(char ch) => _ = _sb.Append(ch); 109protected string Capture() => _sb.ToString();