2 overrides of CreateSwitchExpressionStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertIfToSwitch\CSharpConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
30
public override SyntaxNode
CreateSwitchExpressionStatement
(SyntaxNode target, ImmutableArray<AnalyzedSwitchSection> sections, Feature feature)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertIfToSwitch\VisualBasicConvertIfToSwitchCodeRefactoringProvider.Rewriting.vb (1)
22
Public Overrides Function
CreateSwitchExpressionStatement
(target As SyntaxNode, sections As ImmutableArray(Of AnalyzedSwitchSection), feature As Feature) As SyntaxNode
1 reference to CreateSwitchExpressionStatement
Microsoft.CodeAnalysis.Features (1)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
43
?
CreateSwitchExpressionStatement
(target, sections, feature)