Implemented interface member:
method
LogErrorEvent
Microsoft.Build.Framework.IBuildEngine.LogErrorEvent(Microsoft.Build.Framework.BuildErrorEventArgs)
9 references to LogErrorEvent
Microsoft.Build.Engine.UnitTests (9)
BackEnd\TaskHost_Tests.cs (9)
135
_taskHost.
LogErrorEvent
(customBuildError);
203
_taskHost.
LogErrorEvent
(new BuildErrorEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
215
_taskHost.
LogErrorEvent
(new BuildErrorEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
228
_taskHost.
LogErrorEvent
(new BuildErrorEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
243
_taskHost.
LogErrorEvent
(null);
286
_taskHost.
LogErrorEvent
(new BuildErrorEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
344
_taskHost.
LogErrorEvent
(new MyCustomBuildErrorEventArgsNotSerializable("SubCategory"));
415
_taskHost.
LogErrorEvent
(new ExtendedBuildErrorEventArgs("testExtCustomBuildError", null, null, null, 0, 0, 0, 0, "ext err message", null, null));
460
_taskHost.
LogErrorEvent
(e);