1 override of FormatLiteral
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpPrimitiveFormatter.cs (1)
46
protected override string
FormatLiteral
(short value, int numberRadix = NumberRadixDecimal, CultureInfo cultureInfo = null)
1 reference to FormatLiteral
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
97
return
FormatLiteral
((short)obj, options.NumberRadix, options.CultureInfo);