1 override of DefaultSwitchSection
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3473public override SyntaxNode DefaultSwitchSection(IEnumerable<SyntaxNode> statements)
5 references to DefaultSwitchSection
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\PopulateSwitch\AbstractPopulateSwitchStatementCodeFixProvider.cs (1)
72=> (TSwitchArmSyntax)generator.DefaultSwitchSection([generator.ExitSwitchStatement()]);
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
619Generator.DefaultSwitchSection(
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
64? generator.DefaultSwitchSection(statements)
src\Analyzers\Core\CodeFixes\PopulateSwitch\AbstractPopulateSwitchStatementCodeFixProvider.cs (1)
72=> (TSwitchArmSyntax)generator.DefaultSwitchSection([generator.ExitSwitchStatement()]);
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.vb (1)
593Generator.DefaultSwitchSection(