2 writes to hasErrorsOrWarnings
Microsoft.Build (2)
Logging\SerialConsoleLogger.cs (2)
783
frame.
hasErrorsOrWarnings
= true;
854
hasErrorsOrWarnings
= false;
2 references to hasErrorsOrWarnings
Microsoft.Build (2)
Logging\SerialConsoleLogger.cs (2)
303
if (contextStack.Peek().
hasErrorsOrWarnings
376
bool targetHasErrorsOrWarnings = contextStack.Peek().
hasErrorsOrWarnings
;