19 references to WRN_CLS_AssemblyNotCLS
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
793
? ErrorCode.
WRN_CLS_AssemblyNotCLS
Errors\ErrorFacts.cs (2)
395
case ErrorCode.
WRN_CLS_AssemblyNotCLS
:
1532
or ErrorCode.
WRN_CLS_AssemblyNotCLS
Generated\ErrorFacts.Generated.cs (1)
138
case ErrorCode.
WRN_CLS_AssemblyNotCLS
:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (15)
Symbols\Source\ClsComplianceTests.cs (14)
54
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "C").WithArguments("C"),
57
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "M").WithArguments("C.M()"),
60
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "P").WithArguments("C.P"),
63
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "E").WithArguments("C.E"),
66
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "F").WithArguments("C.F"),
69
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "NC").WithArguments("C.NC"),
72
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "NI").WithArguments("C.NI"),
75
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "NS").WithArguments("C.NS"),
78
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "ND").WithArguments("C.ND"),
81
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "I").WithArguments("I"),
84
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "S").WithArguments("S"),
87
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "D").WithArguments("D"),
142
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "NC").WithArguments("C.NC"),
3605
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "M").WithArguments("C.M()"));
Symbols\SymbolErrorTests.cs (1)
19163
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "M").WithArguments("I.M()"));