2 instantiations of MyCustomBuildEventArgsNotSerializable
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskHost_Tests.cs (2)
381
_taskHost.LogCustomEvent(new
MyCustomBuildEventArgsNotSerializable
("testCustomBuildEvent"));
509
MyCustomBuildEventArgsNotSerializable e = new
MyCustomBuildEventArgsNotSerializable
("testCustomBuildEvent");
3 references to MyCustomBuildEventArgsNotSerializable
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskHost_Tests.cs (3)
384
Assert.True(_customLogger.LastCustom is
MyCustomBuildEventArgsNotSerializable
); // "Expected custom build Event"
509
MyCustomBuildEventArgsNotSerializable
e = new MyCustomBuildEventArgsNotSerializable("testCustomBuildEvent");
514
Assert.Null(_customLogger.LastCustom as
MyCustomBuildEventArgsNotSerializable
); // "Expected no custom Event"