1 override of InsertSwitchArms
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PopulateSwitch\AbstractPopulateSwitchStatementCodeFixProvider.cs (1)
68protected sealed override TSwitchSyntax InsertSwitchArms(SyntaxGenerator generator, TSwitchSyntax switchNode, int insertLocation, List<TSwitchArmSyntax> newArms)
1 reference to InsertSwitchArms
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PopulateSwitch\AbstractPopulateSwitchCodeFixProvider.cs (1)
198var newSwitchNode = InsertSwitchArms(generator, switchNode, insertLocation, newArms)