2 overrides of FormatLiteral
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpPrimitiveFormatter.cs (1)
56
protected override string
FormatLiteral
(int value, int numberRadix = NumberRadixDecimal, CultureInfo cultureInfo = null)
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\ObjectFormatter\VisualBasicPrimitiveFormatter.vb (1)
62
Protected Overrides Function
FormatLiteral
(value As Integer, Optional numberRadix As Integer = NumberRadixDecimal, Optional cultureInfo As CultureInfo = Nothing) As String
1 reference to FormatLiteral
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
65
return
FormatLiteral
((int)obj, options.NumberRadix, options.CultureInfo);