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