4 writes to category
Microsoft.Build (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;
1 reference to category
Microsoft.Build (1)
TaskLoggingHelper.cs (1)
1402
switch (messageParts.
category
)