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)
130
_taskHost.
LogErrorEvent
(customBuildError);
198
_taskHost.
LogErrorEvent
(new BuildErrorEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
210
_taskHost.
LogErrorEvent
(new BuildErrorEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
223
_taskHost.
LogErrorEvent
(new BuildErrorEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
238
_taskHost.
LogErrorEvent
(null);
281
_taskHost.
LogErrorEvent
(new BuildErrorEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
339
_taskHost.
LogErrorEvent
(new MyCustomBuildErrorEventArgsNotSerializable("SubCategory"));
410
_taskHost.
LogErrorEvent
(new ExtendedBuildErrorEventArgs("testExtCustomBuildError", null, null, null, 0, 0, 0, 0, "ext err message", null, null));
455
_taskHost.
LogErrorEvent
(e);