2 references to FormatWithEmbeddedExpressions
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (2)
410
string k =
FormatWithEmbeddedExpressions
(lengthLimit, debuggerDisplay.Name, obj) ?? member.Name;
411
string v =
FormatWithEmbeddedExpressions
(lengthLimit, debuggerDisplay.Value, obj) ?? string.Empty; // TODO: ?