1 write to Value
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerDisplayAttribute.cs (1)
22
Value
= value ?? "";
3 references to Value
Microsoft.CodeAnalysis.Scripting (3)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (3)
161
else if (debuggerDisplay != null && !string.IsNullOrEmpty(debuggerDisplay.
Value
))
169
FormatWithEmbeddedExpressions(result, debuggerDisplay.
Value
, obj);
412
string v = FormatWithEmbeddedExpressions(lengthLimit, debuggerDisplay.
Value
, obj) ?? string.Empty; // TODO: ?