8 references to WRN_CaseConstantNamedUnderscore
Microsoft.CodeAnalysis.CSharp (4)
Binder\SwitchBinder_Patterns.cs (1)
290diagnostics.Add(ErrorCode.WRN_CaseConstantNamedUnderscore, expression.Location);
Errors\ErrorFacts.cs (2)
468case ErrorCode.WRN_CaseConstantNamedUnderscore: 1929or ErrorCode.WRN_CaseConstantNamedUnderscore
Generated\ErrorFacts.Generated.cs (1)
188case ErrorCode.WRN_CaseConstantNamedUnderscore:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenDeconstructTests.cs (1)
6661Diagnostic(ErrorCode.WRN_CaseConstantNamedUnderscore, "_").WithLocation(24, 18));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\PatternMatchingTests4.cs (2)
1345Diagnostic(ErrorCode.WRN_CaseConstantNamedUnderscore, "_").WithLocation(11, 22) 1374Diagnostic(ErrorCode.WRN_CaseConstantNamedUnderscore, "_").WithLocation(11, 22)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
375case ErrorCode.WRN_CaseConstantNamedUnderscore: