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