4 references to FormatEventMessage
Microsoft.Build.Utilities.Core (1)
Logger.cs (1)
48public virtual string FormatErrorEvent(BuildErrorEventArgs args) => EventArgsFormatting.FormatEventMessage(args);
Microsoft.Build.Utilities.UnitTests (3)
EventArgsFormatting_Tests.cs (1)
102string errorString = EventArgsFormatting.FormatEventMessage(error);
MockEngine.cs (2)
46Console.WriteLine(EventArgsFormatting.FormatEventMessage(eventArgs)); 47_log.AppendLine(EventArgsFormatting.FormatEventMessage(eventArgs));