4 writes to category
Microsoft.Build.Utilities.Core (4)
CanonicalError.cs (4)
304
parsedMessage.
category
= Parts.Category.Error;
308
parsedMessage.
category
= Parts.Category.Warning;
342
parsedMessage.
category
= Parts.Category.Error;
346
parsedMessage.
category
= Parts.Category.Warning;
4 references to category
Microsoft.Build.Utilities.Core (1)
TaskLoggingHelper.cs (1)
1399
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);