4 references to FormatEventMessage
Microsoft.Build (4)
Logging\TerminalLogger\TerminalLogger.cs (4)
1610private string FormatWarningMessage(BuildWarningEventArgs e, string indent) => FormatEventMessage( 1623private string FormatInformationalMessage(BuildMessageEventArgs e) => FormatEventMessage( 1643private string FormatSimpleMessageWithoutFileData(BuildMessageEventArgs e, string indent) => FormatEventMessage( 1658private string FormatErrorMessage(BuildErrorEventArgs e, string indent, bool requireFileAndLinePortion = true) => FormatEventMessage(