19 references to WRN_CLS_AssemblyNotCLS
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
786? ErrorCode.WRN_CLS_AssemblyNotCLS
Errors\ErrorFacts.cs (2)
382case ErrorCode.WRN_CLS_AssemblyNotCLS: 1471case ErrorCode.WRN_CLS_AssemblyNotCLS:
Generated\ErrorFacts.Generated.cs (1)
138case ErrorCode.WRN_CLS_AssemblyNotCLS:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (15)
Symbols\Source\ClsComplianceTests.cs (14)
55Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "C").WithArguments("C"), 58Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "M").WithArguments("C.M()"), 61Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "P").WithArguments("C.P"), 64Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "E").WithArguments("C.E"), 67Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "F").WithArguments("C.F"), 70Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "NC").WithArguments("C.NC"), 73Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "NI").WithArguments("C.NI"), 76Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "NS").WithArguments("C.NS"), 79Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "ND").WithArguments("C.ND"), 82Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "I").WithArguments("I"), 85Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "S").WithArguments("S"), 88Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "D").WithArguments("D"), 143Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "NC").WithArguments("C.NC"), 3605Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "M").WithArguments("C.M()"));
Symbols\SymbolErrorTests.cs (1)
19018Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "M").WithArguments("I.M()"));