19 references to WRN_CLS_AssemblyNotCLS
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
786
? ErrorCode.
WRN_CLS_AssemblyNotCLS
Errors\ErrorFacts.cs (2)
382
case ErrorCode.
WRN_CLS_AssemblyNotCLS
:
1471
case 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)
55
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "C").WithArguments("C"),
58
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "M").WithArguments("C.M()"),
61
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "P").WithArguments("C.P"),
64
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "E").WithArguments("C.E"),
67
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "F").WithArguments("C.F"),
70
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "NC").WithArguments("C.NC"),
73
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "NI").WithArguments("C.NI"),
76
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "NS").WithArguments("C.NS"),
79
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "ND").WithArguments("C.ND"),
82
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "I").WithArguments("I"),
85
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "S").WithArguments("S"),
88
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "D").WithArguments("D"),
143
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "NC").WithArguments("C.NC"),
3605
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "M").WithArguments("C.M()"));
Symbols\SymbolErrorTests.cs (1)
19018
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS
, "M").WithArguments("I.M()"));