4 references to ExtendedCustomBuildEventArgs
Microsoft.Build.Engine.UnitTests (2)
BackEnd\NodePackets_Tests.cs (1)
70ExtendedCustomBuildEventArgs extCustom = new("extCustom", "message", "help", "sender");
BackEnd\TaskHost_Tests.cs (1)
397_taskHost.LogCustomEvent(new ExtendedCustomBuildEventArgs("testExtCustomBuildEvent", "ext message", null, null));
Microsoft.Build.Framework.UnitTests (2)
ExtendedBuildEventArgs_Tests.cs (2)
201ea = new ExtendedCustomBuildEventArgs("type", "Message {0}", "Help", "sender"); 205ea = new ExtendedCustomBuildEventArgs("type", null, null, null);