4 references to FormatEventMessage
Microsoft.Build.Utilities.Core (1)
Logger.cs (1)
55public virtual string FormatWarningEvent(BuildWarningEventArgs args) => EventArgsFormatting.FormatEventMessage(args);
Microsoft.Build.Utilities.UnitTests (3)
EventArgsFormatting_Tests.cs (1)
103string warningString = EventArgsFormatting.FormatEventMessage(warning);
MockEngine.cs (2)
53Console.WriteLine(EventArgsFormatting.FormatEventMessage(eventArgs)); 54_log.AppendLine(EventArgsFormatting.FormatEventMessage(eventArgs));