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