19 references to EventArgsFormatting
Microsoft.Build.Utilities.Core (2)
Logger.cs (2)
48public virtual string FormatErrorEvent(BuildErrorEventArgs args) => EventArgsFormatting.FormatEventMessage(args); 55public virtual string FormatWarningEvent(BuildWarningEventArgs args) => EventArgsFormatting.FormatEventMessage(args);
Microsoft.Build.Utilities.UnitTests (17)
EventArgsFormatting_Tests.cs (13)
23string s = EventArgsFormatting.FormatEventMessage("error", "CS", 33string s = EventArgsFormatting.FormatEventMessage("error", "CS", 41string s = EventArgsFormatting.FormatEventMessage("error", "CS", 49string s = EventArgsFormatting.FormatEventMessage("error", "CS", 57string s = EventArgsFormatting.FormatEventMessage("error", "CS", 65string s = EventArgsFormatting.FormatEventMessage("error", "CS", 73string s = EventArgsFormatting.FormatEventMessage("error", "CS", 81string s = EventArgsFormatting.FormatEventMessage("error", "CS", 90string s = EventArgsFormatting.FormatEventMessage("error", "CS", 102string errorString = EventArgsFormatting.FormatEventMessage(error); 103string warningString = EventArgsFormatting.FormatEventMessage(warning); 113string s = EventArgsFormatting.FormatEventMessage("error", "CS", 122EventArgsFormatting.FormatEventMessage("error", "CS",
MockEngine.cs (4)
46Console.WriteLine(EventArgsFormatting.FormatEventMessage(eventArgs)); 47_log.AppendLine(EventArgsFormatting.FormatEventMessage(eventArgs)); 53Console.WriteLine(EventArgsFormatting.FormatEventMessage(eventArgs)); 54_log.AppendLine(EventArgsFormatting.FormatEventMessage(eventArgs));