9 references to AddDiagnostic
Microsoft.CodeAnalysis.CSharp (9)
Compiler\ClsComplianceChecker.cs (9)
132this.AddDiagnostic(ErrorCode.WRN_CLS_NotOnModules, warningLocation); 136this.AddDiagnostic(ErrorCode.WRN_CLS_NotOnModules2, warningLocation); 155this.AddDiagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS, warningLocation); 335this.AddDiagnostic(ErrorCode.WRN_CLS_NoVarArgs, symbol.GetFirstLocation()); 612this.AddDiagnostic(ErrorCode.WRN_CLS_ArrayArgumentToAttribute, warningLocation); 628this.AddDiagnostic(ErrorCode.WRN_CLS_ArrayArgumentToAttribute, warningLocation); 646this.AddDiagnostic(ErrorCode.WRN_CLS_ArrayArgumentToAttribute, warningLocation); 697this.AddDiagnostic(ErrorCode.WRN_CLS_MeaninglessOnParam, attributeLocation); 707this.AddDiagnostic(ErrorCode.WRN_CLS_MeaninglessOnReturn, attributeLocation);