6 references to switch_statement_case_clause
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2905
[CSharpFeaturesResources.
switch_statement_case_clause
]));
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (5)
EditAndContinue\ActiveStatementTests.cs (5)
7857
Diagnostic(RudeEditKind.UpdateAroundActiveStatement, "switch (F())", CSharpFeaturesResources.
switch_statement_case_clause
));
7900
Diagnostic(RudeEditKind.UpdateAroundActiveStatement, "switch (F())", CSharpFeaturesResources.
switch_statement_case_clause
));
7943
Diagnostic(RudeEditKind.UpdateAroundActiveStatement, "switch (F())", CSharpFeaturesResources.
switch_statement_case_clause
));
7987
Diagnostic(RudeEditKind.UpdateAroundActiveStatement, "switch (F())", CSharpFeaturesResources.
switch_statement_case_clause
));
8031
Diagnostic(RudeEditKind.UpdateAroundActiveStatement, "switch (F())", CSharpFeaturesResources.
switch_statement_case_clause
));