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