11 references to WRN_CLS_ModuleMissingCLS
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
148this.AddDiagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS, warningLocation);
Errors\ErrorFacts.cs (2)
381case ErrorCode.WRN_CLS_ModuleMissingCLS: 1470case 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)
2382Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS)); 2415Diagnostic(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)
18995Diagnostic(ErrorCode.WRN_CLS_ModuleMissingCLS));