Implemented interface member:
method
LogCustomEvent
Microsoft.Build.Framework.IBuildEngine.LogCustomEvent(Microsoft.Build.Framework.CustomBuildEventArgs)
5 references to LogCustomEvent
Microsoft.Build.Engine.UnitTests (5)
BackEnd\TaskHost_Tests.cs (5)
271_taskHost.LogCustomEvent(null); 323_taskHost.LogCustomEvent(new MyCustomBuildEventArgs("testCustomBuildEvent")); 381_taskHost.LogCustomEvent(new MyCustomBuildEventArgsNotSerializable("testCustomBuildEvent")); 397_taskHost.LogCustomEvent(new ExtendedCustomBuildEventArgs("testExtCustomBuildEvent", "ext message", null, null)); 512_taskHost.LogCustomEvent(e);