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