Implemented interface member:
property
WarningsNotAsErrors
Microsoft.Build.BackEnd.Logging.ILoggingService.WarningsNotAsErrors
2 references to WarningsNotAsErrors
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
662return GetWarningsForProject(context, _warningsNotAsErrorsByProject, WarningsNotAsErrors); 1972return WarningsNotAsErrors?.Contains(warningEvent.Code) != true && !(_warningsNotAsErrorsByProject?.TryGetValue(key, out ISet<string> notToError) == true && notToError.Contains(warningEvent.Code));