4 references to FormatEventMessage
Microsoft.Build (4)
Logging\TerminalLogger\TerminalLogger.cs (4)
1686private string FormatWarningMessage(BuildWarningEventArgs e, string indent) => FormatEventMessage( 1699private string FormatInformationalMessage(BuildMessageEventArgs e) => FormatEventMessage( 1719private string FormatSimpleMessageWithoutFileData(BuildMessageEventArgs e, string indent) => FormatEventMessage( 1734private string FormatErrorMessage(BuildErrorEventArgs e, string indent, bool requireFileAndLinePortion = true) => FormatEventMessage(