1 write to MaximumOutputLength
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.BuilderOptions.cs (1)
34
MaximumOutputLength
= maximumOutputLength;
4 references to MaximumOutputLength
Microsoft.CodeAnalysis.Scripting (4)
Hosting\ObjectFormatter\CommonObjectFormatter.Builder.cs (4)
32
_currentLimit = Math.Min(_options.MaximumLineLength, _options.
MaximumOutputLength
);
37
get { return _options.
MaximumOutputLength
- _sb.Length; }
50
_currentLimit = _options.
MaximumOutputLength
;
55
_currentLimit = (int)Math.Min((long)_sb.Length + _options.MaximumLineLength, _options.
MaximumOutputLength
);