3 references to FormatLiteral
Microsoft.CodeAnalysis.CSharp (2)
SymbolDisplay\ObjectDisplay.cs (1)
93
return
FormatLiteral
((ulong)obj, options);
Syntax\SyntaxFactory.cs (1)
445
return Literal(ObjectDisplay.
FormatLiteral
(value, ObjectDisplayOptions.IncludeTypeSuffix), value);
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpPrimitiveFormatter.cs (1)
73
return ObjectDisplay.
FormatLiteral
(value, GetObjectDisplayOptions(numberRadix: numberRadix), cultureInfo);