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)
160_taskHost.LogWarningEvent(customBuildWarning); 254_taskHost.LogWarningEvent(null); 300_taskHost.LogWarningEvent(new BuildWarningEventArgs("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender")); 358_taskHost.LogWarningEvent(new MyCustomBuildWarningEventArgsNotSerializable("SubCategory")); 428_taskHost.LogWarningEvent(new ExtendedBuildWarningEventArgs("testExtCustomBuildWarning", null, null, null, 0, 0, 0, 0, "ext warn message", null, null)); 478_taskHost.LogWarningEvent(e);