2 instantiations of MyCustomBuildErrorEventArgsNotSerializable
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskHost_Tests.cs (2)
339
_taskHost.LogErrorEvent(new
MyCustomBuildErrorEventArgsNotSerializable
("SubCategory"));
449
MyCustomBuildErrorEventArgsNotSerializable e = new
MyCustomBuildErrorEventArgsNotSerializable
("SubCategory");
1 reference to MyCustomBuildErrorEventArgsNotSerializable
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHost_Tests.cs (1)
449
MyCustomBuildErrorEventArgsNotSerializable
e = new MyCustomBuildErrorEventArgsNotSerializable("SubCategory");