Base:
method
FormatLiteral
Microsoft.CodeAnalysis.ExpressionEvaluator.Formatter.FormatLiteral(System.Int32, Microsoft.CodeAnalysis.ObjectDisplayOptions)
3 references to FormatLiteral
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (3)
src\ExpressionEvaluator\CSharp\Source\ResultProvider\CSharpFormatter.Values.cs (3)
79builder.Append(FormatLiteral(size, options)); 83builder.Append(FormatLiteral(lowerBound, options)); 85builder.Append(FormatLiteral(size + lowerBound - 1, options));