1 write to CustomMessage
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHost_Tests.cs (1)
178customMessage.CustomMessage = "CodeViolation";
1 reference to CustomMessage
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHost_Tests.cs (1)
187Assert.Equal("CodeViolation", customMessage.CustomMessage);