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