3 references to FormatEventMessage
Microsoft.Build (3)
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
370
WriteMessageAligned(EventArgsFormatting.
FormatEventMessage
(warning, showProjectFile, FindLogOutputProperties(warning)), true);
500
WriteMessageAligned(" " + EventArgsFormatting.
FormatEventMessage
(buildWarningEventArgs, showProjectFile, FindLogOutputProperties(errorWarningEvent)), false);
1102
WriteMessageAligned(EventArgsFormatting.
FormatEventMessage
(e, showProjectFile, FindLogOutputProperties(e)), true);