4 writes to category
Microsoft.Build.Utilities.Core (4)
CanonicalError.cs (4)
304parsedMessage.category = Parts.Category.Error; 308parsedMessage.category = Parts.Category.Warning; 342parsedMessage.category = Parts.Category.Error; 346parsedMessage.category = Parts.Category.Warning;
4 references to category
Microsoft.Build.Utilities.Core (1)
TaskLoggingHelper.cs (1)
1399switch (messageParts.category)
Microsoft.Build.Utilities.UnitTests (3)
CanonicalError_Tests.cs (3)
311errorParts.category.ShouldBe(CanonicalError.Parts.Category.Error); 343errorParts.category.ShouldBe(severity); 358errorParts.category.ShouldBe(severity);