4 writes to Importance
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
441
Importance
= importance;
450
Importance
= importance;
465
Importance
= MessageImportance.Normal;
483
Importance
= (buildEvent as BuildMessageEventArgs)?.Importance ?? MessageImportance.Low;
2 references to Importance
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
477
/// mirrors the event's message and <see cref="
Importance
"/> is taken from the event when it is a
3455
loggingService.LogCommentFromText(BuildEventContext.Invalid, message.
Importance
, message.Text);