2 overrides of InsertAtStartOfSwitchCaseBlockForDeclarationInCaseLabelOrClause
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpRemoveUnusedValuesCodeFixProvider.cs (1)
126protected override void InsertAtStartOfSwitchCaseBlockForDeclarationInCaseLabelOrClause(SwitchSectionSyntax switchCaseBlock, SyntaxEditor editor, LocalDeclarationStatementSyntax declarationStatement)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicRemoveUnusedValuesCodeFixProvider.vb (1)
37Protected Overrides Sub InsertAtStartOfSwitchCaseBlockForDeclarationInCaseLabelOrClause(switchCaseBlock As CaseBlockSyntax, editor As SyntaxEditor, declarationStatement As LocalDeclarationStatementSyntax)
1 reference to InsertAtStartOfSwitchCaseBlockForDeclarationInCaseLabelOrClause
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractRemoveUnusedValuesCodeFixProvider.cs (1)
690InsertAtStartOfSwitchCaseBlockForDeclarationInCaseLabelOrClause(