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