Base:
method
FormatLiteral
Microsoft.CodeAnalysis.ExpressionEvaluator.Formatter.FormatLiteral(System.Int32, Microsoft.CodeAnalysis.ObjectDisplayOptions)
3 references to FormatLiteral
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (3)
CSharpFormatter.Values.cs (3)
80builder.Append(FormatLiteral(size, options)); 84builder.Append(FormatLiteral(lowerBound, options)); 86builder.Append(FormatLiteral(size + lowerBound - 1, options));