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