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