2 references to FormatLiteral
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (2)
CSharpFormatter.Values.cs (1)
222return ObjectDisplay.FormatLiteral(value, options & ~(ObjectDisplayOptions.UseQuotes | ObjectDisplayOptions.EscapeNonPrintableCharacters));
ObjectDisplay.cs (1)
56return FormatLiteral((int)obj, options);