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