2 references to MyCustomBuildWarningEventArgsNotSerializable
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskHost_Tests.cs (2)
358
_taskHost.LogWarningEvent(new
MyCustomBuildWarningEventArgsNotSerializable
("SubCategory"));
475
MyCustomBuildWarningEventArgsNotSerializable e = new
MyCustomBuildWarningEventArgsNotSerializable
("SubCategory");