2 instantiations of MyCustomBuildWarningEventArgsNotSerializable
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskHost_Tests.cs (2)
353
_taskHost.LogWarningEvent(new
MyCustomBuildWarningEventArgsNotSerializable
("SubCategory"));
470
MyCustomBuildWarningEventArgsNotSerializable e = new
MyCustomBuildWarningEventArgsNotSerializable
("SubCategory");
2 references to MyCustomBuildWarningEventArgsNotSerializable
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskHost_Tests.cs (2)
356
Assert.True(_customLogger.LastWarning is
MyCustomBuildWarningEventArgsNotSerializable
); // "Expected Warning Event"
470
MyCustomBuildWarningEventArgsNotSerializable
e = new MyCustomBuildWarningEventArgsNotSerializable("SubCategory");