3 references to FormatLiteral
Microsoft.CodeAnalysis.CSharp (2)
SymbolDisplay\ObjectDisplay.cs (1)
87
return
FormatLiteral
((double)obj, options);
Syntax\SyntaxFactory.cs (1)
537
return Literal(ObjectDisplay.
FormatLiteral
(value, ObjectDisplayOptions.None), value);
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpPrimitiveFormatter.cs (1)
78
return ObjectDisplay.
FormatLiteral
(value, ObjectDisplayOptions.None, cultureInfo);