1 reference to GetDebuggerDisplay
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\TraceLog.cs (1)
112=> (MessageFormat == null) ? "" : string.Format(MessageFormat, Args?.Select(a => a.GetDebuggerDisplay()).ToArray() ?? Array.Empty<object>());