9 references to AddDiagnostic
Microsoft.CodeAnalysis.CSharp (9)
Compiler\ClsComplianceChecker.cs (9)
125this.AddDiagnostic(ErrorCode.WRN_CLS_NotOnModules, warningLocation); 129this.AddDiagnostic(ErrorCode.WRN_CLS_NotOnModules2, warningLocation); 148this.AddDiagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS, warningLocation); 328this.AddDiagnostic(ErrorCode.WRN_CLS_NoVarArgs, symbol.Locations[0]); 605this.AddDiagnostic(ErrorCode.WRN_CLS_ArrayArgumentToAttribute, warningLocation); 621this.AddDiagnostic(ErrorCode.WRN_CLS_ArrayArgumentToAttribute, warningLocation); 639this.AddDiagnostic(ErrorCode.WRN_CLS_ArrayArgumentToAttribute, warningLocation); 690this.AddDiagnostic(ErrorCode.WRN_CLS_MeaninglessOnParam, attributeLocation); 700this.AddDiagnostic(ErrorCode.WRN_CLS_MeaninglessOnReturn, attributeLocation);