3 references to LogEvent
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\RarNodeBuildEngine.cs (3)
103public void LogErrorEvent(BuildErrorEventArgs e) => LogEvent(e); 105public void LogWarningEvent(BuildWarningEventArgs e) => LogEvent(e); 107public void LogMessageEvent(BuildMessageEventArgs e) => LogEvent(e);