19 references to WRN_CLS_AssemblyNotCLS
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
793? ErrorCode.WRN_CLS_AssemblyNotCLS
Errors\ErrorFacts.cs (2)
395case ErrorCode.WRN_CLS_AssemblyNotCLS: 1532or 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)
54Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "C").WithArguments("C"), 57Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "M").WithArguments("C.M()"), 60Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "P").WithArguments("C.P"), 63Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "E").WithArguments("C.E"), 66Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "F").WithArguments("C.F"), 69Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "NC").WithArguments("C.NC"), 72Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "NI").WithArguments("C.NI"), 75Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "NS").WithArguments("C.NS"), 78Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "ND").WithArguments("C.ND"), 81Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "I").WithArguments("I"), 84Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "S").WithArguments("S"), 87Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "D").WithArguments("D"), 142Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "NC").WithArguments("C.NC"), 3605Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "M").WithArguments("C.M()"));
Symbols\SymbolErrorTests.cs (1)
19163Diagnostic(ErrorCode.WRN_CLS_AssemblyNotCLS, "M").WithArguments("I.M()"));