4 references to FormatEventMessage
Microsoft.Build (4)
Logging\TerminalLogger\TerminalLogger.cs (4)
1604private string FormatWarningMessage(BuildWarningEventArgs e, string indent) => FormatEventMessage( 1617private string FormatInformationalMessage(BuildMessageEventArgs e) => FormatEventMessage( 1637private string FormatSimpleMessageWithoutFileData(BuildMessageEventArgs e, string indent) => FormatEventMessage( 1652private string FormatErrorMessage(BuildErrorEventArgs e, string indent, bool requireFileAndLinePortion = true) => FormatEventMessage(