2 references to MyCustomBuildEventArgsNotSerializable
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskHost_Tests.cs (2)
381
_taskHost.LogCustomEvent(new
MyCustomBuildEventArgsNotSerializable
("testCustomBuildEvent"));
509
MyCustomBuildEventArgsNotSerializable e = new
MyCustomBuildEventArgsNotSerializable
("testCustomBuildEvent");