4 references to ObjectDisplay
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (4)
src\ExpressionEvaluator\CSharp\Source\ResultProvider\CSharpFormatter.Values.cs (4)
216return ObjectDisplay.FormatLiteral(c, options); 221return ObjectDisplay.FormatLiteral(value, options & ~(ObjectDisplayOptions.UseQuotes | ObjectDisplayOptions.EscapeNonPrintableCharacters)); 226return ObjectDisplay.FormatPrimitive(value, options); 231return ObjectDisplay.FormatLiteral(str, options);