17 references to WRN_CLS_AssemblyNotCLS2
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
794
: ErrorCode.
WRN_CLS_AssemblyNotCLS2
;
Errors\ErrorFacts.cs (2)
326
case ErrorCode.
WRN_CLS_AssemblyNotCLS2
:
1538
or ErrorCode.
WRN_CLS_AssemblyNotCLS2
Generated\ErrorFacts.Generated.cs (1)
144
case ErrorCode.
WRN_CLS_AssemblyNotCLS2
:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (13)
Symbols\Source\ClsComplianceTests.cs (12)
127
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "C").WithArguments("C"),
130
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "M").WithArguments("C.M()"),
133
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "P").WithArguments("C.P"),
136
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "E").WithArguments("C.E"),
139
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "F").WithArguments("C.F"),
145
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "NI").WithArguments("C.NI"),
148
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "NS").WithArguments("C.NS"),
151
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "ND").WithArguments("C.ND"),
154
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "I").WithArguments("I"),
157
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "S").WithArguments("S"),
160
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "D").WithArguments("D"),
3602
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "C").WithArguments("C"),
Symbols\SymbolErrorTests.cs (1)
19285
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "C").WithArguments("C"));