2 overrides of FormatLiteral
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpPrimitiveFormatter.cs (1)
24
protected override string
FormatLiteral
(string value, bool useQuotes, bool escapeNonPrintable, int numberRadix = NumberRadixDecimal)
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\ObjectFormatter\VisualBasicPrimitiveFormatter.vb (1)
28
Protected Overrides Function
FormatLiteral
(value As String, useQuotes As Boolean, escapeNonPrintable As Boolean, Optional numberRadix As Integer = NumberRadixDecimal) As String
1 reference to FormatLiteral
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
68
return
FormatLiteral
((string)obj, options.QuoteStringsAndCharacters, options.EscapeNonPrintableCharacters, options.NumberRadix);