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