4 writes to category
Microsoft.Build.Utilities.Core (4)
CanonicalError.cs (4)
357
parsedMessage.
category
= Parts.Category.Error;
361
parsedMessage.
category
= Parts.Category.Warning;
395
parsedMessage.
category
= Parts.Category.Error;
399
parsedMessage.
category
= Parts.Category.Warning;
4 references to category
Microsoft.Build.Utilities.Core (1)
TaskLoggingHelper.cs (1)
1402
switch (messageParts.
category
)
Microsoft.Build.Utilities.UnitTests (3)
CanonicalError_Tests.cs (3)
311
errorParts.
category
.ShouldBe(CanonicalError.Parts.Category.Error);
343
errorParts.
category
.ShouldBe(severity);
358
errorParts.
category
.ShouldBe(severity);