5 implementations of LogErrorEvent
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
408public void LogErrorEvent(Microsoft.Build.Framework.BuildErrorEventArgs e)
Instance\TaskFactoryEngineContext.cs (1)
198public void LogErrorEvent(Microsoft.Build.Framework.BuildErrorEventArgs e)
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\RarNodeBuildEngine.cs (1)
103public void LogErrorEvent(BuildErrorEventArgs e) => LogEvent(e);
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
449public void LogErrorEvent(BuildErrorEventArgs e)
NuGet.Build.Tasks.Console (1)
ConsoleLoggingQueue.cs (1)
126void IBuildEngine.LogErrorEvent(BuildErrorEventArgs e) => OnErrorRaised(this, e);
6 references to LogErrorEvent
Microsoft.Build (3)
Instance\TaskFactories\TaskHostTask.cs (2)
686this.BuildEngine.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value); 722this.BuildEngine.LogErrorEvent(buildErrorEventArgs);
parent\Shared\TaskLoggingHelper.cs (1)
738BuildEngine.LogErrorEvent(e);
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
80rarTask.BuildEngine.LogErrorEvent((BuildErrorEventArgs)buildEvent);
Microsoft.Build.Utilities.Core (1)
parent\Shared\TaskLoggingHelper.cs (1)
738BuildEngine.LogErrorEvent(e);
MSBuild (1)
OutOfProcTaskAppDomainWrapperBase.cs (1)
459=> buildEngine.LogErrorEvent(new BuildErrorEventArgs(