17 references to WRN_CLS_AssemblyNotCLS2
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
787
: ErrorCode.
WRN_CLS_AssemblyNotCLS2
;
Errors\ErrorFacts.cs (2)
313
case ErrorCode.
WRN_CLS_AssemblyNotCLS2
:
1477
case 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)
128
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "C").WithArguments("C"),
131
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "M").WithArguments("C.M()"),
134
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "P").WithArguments("C.P"),
137
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "E").WithArguments("C.E"),
140
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "F").WithArguments("C.F"),
146
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "NI").WithArguments("C.NI"),
149
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "NS").WithArguments("C.NS"),
152
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "ND").WithArguments("C.ND"),
155
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "I").WithArguments("I"),
158
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "S").WithArguments("S"),
161
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "D").WithArguments("D"),
3602
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "C").WithArguments("C"),
Symbols\SymbolErrorTests.cs (1)
19140
Diagnostic(ErrorCode.
WRN_CLS_AssemblyNotCLS2
, "C").WithArguments("C"));