1 write to _warningsNotAsErrorsByProject
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
722
AddWarningsAsMessagesOrErrors(ref
_warningsNotAsErrorsByProject
, buildEventContext, codes);
4 references to _warningsNotAsErrorsByProject
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (4)
662
return GetWarningsForProject(context,
_warningsNotAsErrorsByProject
, WarningsNotAsErrors);
1681
_warningsNotAsErrorsByProject
?.Remove(key);
1972
return WarningsNotAsErrors?.Contains(warningEvent.Code) != true && !(
_warningsNotAsErrorsByProject
?.TryGetValue(key, out ISet<string> notToError) == true && notToError.Contains(warningEvent.Code));
2003
_warningsNotAsErrorsByProject
?.TryGetValue(key, out codesToIgnoreByProject);