1 write to _sb
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Builder.cs (1)
29_sb = new StringBuilder();
7 references to _sb
Microsoft.CodeAnalysis.Scripting (7)
Hosting\ObjectFormatter\CommonObjectFormatter.Builder.cs (7)
37get { return _options.MaximumOutputLength - _sb.Length; } 43get { return _currentLimit - _sb.Length; } 55_currentLimit = (int)Math.Min((long)_sb.Length + _options.MaximumLineLength, _options.MaximumOutputLength); 71_sb.Append(ellipsis); 83_sb.Append(c, length); 100_sb.Append(str, start, length); 177return _sb.ToString();