2 references to switch_statement
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2245return CSharpFeaturesResources.switch_statement;
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EditAndContinue\ActiveStatementTests.cs (1)
8118Diagnostic(RudeEditKind.UpdateAroundActiveStatement, "switch (F(2))", CSharpFeaturesResources.switch_statement));