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