Implemented interface member:
method
LogWarningEvent
Microsoft.Build.Framework.IBuildEngine.LogWarningEvent(Microsoft.Build.Framework.BuildWarningEventArgs)
6 references to LogWarningEvent
Microsoft.Build.Engine.UnitTests (6)
BackEnd\TaskHost_Tests.cs (6)
155_taskHost.LogWarningEvent(customBuildWarning); 249_taskHost.LogWarningEvent(null); 295_taskHost.LogWarningEvent(new BuildWarningEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender")); 353_taskHost.LogWarningEvent(new MyCustomBuildWarningEventArgsNotSerializable("SubCategory")); 423_taskHost.LogWarningEvent(new ExtendedBuildWarningEventArgs("testExtCustomBuildWarning", null, null, null, 0, 0, 0, 0, "ext warn message", null, null)); 473_taskHost.LogWarningEvent(e);