8 references to WRN_CaseConstantNamedUnderscore
Microsoft.CodeAnalysis.CSharp (4)
Binder\SwitchBinder_Patterns.cs (1)
290
diagnostics.Add(ErrorCode.
WRN_CaseConstantNamedUnderscore
, expression.Location);
Errors\ErrorFacts.cs (2)
455
case ErrorCode.
WRN_CaseConstantNamedUnderscore
:
1872
case ErrorCode.
WRN_CaseConstantNamedUnderscore
:
Generated\ErrorFacts.Generated.cs (1)
188
case ErrorCode.
WRN_CaseConstantNamedUnderscore
:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenDeconstructTests.cs (1)
6661
Diagnostic(ErrorCode.
WRN_CaseConstantNamedUnderscore
, "_").WithLocation(24, 18));
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Semantics\PatternMatchingTests4.cs (2)
1346
Diagnostic(ErrorCode.
WRN_CaseConstantNamedUnderscore
, "_").WithLocation(11, 22)
1375
Diagnostic(ErrorCode.
WRN_CaseConstantNamedUnderscore
, "_").WithLocation(11, 22)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
353
case ErrorCode.
WRN_CaseConstantNamedUnderscore
: