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)
468
case ErrorCode.
WRN_CaseConstantNamedUnderscore
:
1929
or 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.Emit3.UnitTests (2)
Semantics\PatternMatchingTests4.cs (2)
1345
Diagnostic(ErrorCode.
WRN_CaseConstantNamedUnderscore
, "_").WithLocation(11, 22)
1374
Diagnostic(ErrorCode.
WRN_CaseConstantNamedUnderscore
, "_").WithLocation(11, 22)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
375
case ErrorCode.
WRN_CaseConstantNamedUnderscore
: