11 references to WRN_CLS_ModuleMissingCLS
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
155this.AddDiagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS, warningLocation);
Errors\ErrorFacts.cs (2)
394case ErrorCode.WRN_CLS_ModuleMissingCLS: 1531or ErrorCode.WRN_CLS_ModuleMissingCLS
Generated\ErrorFacts.Generated.cs (1)
137case ErrorCode.WRN_CLS_ModuleMissingCLS:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
Symbols\Source\ClsComplianceTests.cs (6)
2381Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS)); 2414Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS)); 3882Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS).WithLocation(1, 1) 3887Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS).WithLocation(1, 1) 3893Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS).WithLocation(1, 1) 3898Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS).WithLocation(1, 1)
Symbols\SymbolErrorTests.cs (1)
19140Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS));