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)
79
builder.Append(
FormatLiteral
(size, options));
83
builder.Append(
FormatLiteral
(lowerBound, options));
85
builder.Append(
FormatLiteral
(size + lowerBound - 1, options));