2 references to HasErrorsOrWarnings
MSBuild (2)
TerminalLogger\TerminalLogger.cs (2)
495
foreach (Project project in _projects.Values.Where(p => p.
HasErrorsOrWarnings
))
599
if (project.
HasErrorsOrWarnings
)