Implemented interface member:
property
WarningsAsErrors
Microsoft.Build.BackEnd.Logging.ILoggingService.WarningsAsErrors
5 references to WarningsAsErrors
Microsoft.Build (5)
BackEnd\Components\Logging\LoggingService.cs (5)
641
if (
WarningsAsErrors
== null && _warningsAsErrorsByProject == null)
658
return GetWarningsForProject(context, _warningsAsErrorsByProject,
WarningsAsErrors
);
1966
if (
WarningsAsErrors
!= null)
1969
if ((
WarningsAsErrors
.Count == 0 && WarningAsErrorNotOverriden(warningEvent)) ||
WarningsAsErrors
.Contains(warningEvent.Code))