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