9 references to FormatEventMessage
Microsoft.Build (9)
EventArgsFormatting.cs (9)
28return FormatEventMessage("error", e.Subcategory, e.Message, 43return FormatEventMessage("warning", e.Subcategory, e.Message, 59return FormatEventMessage("message", e.Subcategory, nonNullMessage ?? e.Message, 75return FormatEventMessage("error", e.Subcategory, e.Message, 92return FormatEventMessage("error", e.Subcategory, e.Message, 108return FormatEventMessage("warning", e.Subcategory, e.Message, 125return FormatEventMessage("warning", e.Subcategory, e.Message, 154return FormatEventMessage("message", e.Subcategory, nonNullMessage ?? e.Message, 185return FormatEventMessage(category, subcategory, message, code, file, null, lineNumber, endLineNumber, columnNumber, endColumnNumber, threadId, null);