1 write to _formatErrorMethod
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\ErrorLoggerEngine.cs (1)
28_formatErrorMethod = formattingClass.GetMethod("FormatEventMessage", BindingFlags.Static | BindingFlags.NonPublic, null, CallingConventions.Any,
1 reference to _formatErrorMethod
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\ErrorLoggerEngine.cs (1)
42_log.Append(_formatErrorMethod.Invoke(null, new object[] { eventArgs }));