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