2 overrides of CreateUsingStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceUsingStatement\CSharpIntroduceUsingStatementCodeRefactoringProvider.cs (1)
54protected override StatementSyntax CreateUsingStatement(LocalDeclarationStatementSyntax declarationStatement, SyntaxList<StatementSyntax> statementsToSurround)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceUsingStatement\VisualBasicIntroduceUsingStatementCodeRefactoringProvider.vb (1)
46Protected Overrides Function CreateUsingStatement(
2 references to CreateUsingStatement
Microsoft.CodeAnalysis.Features (2)
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (2)
134var usingStatement = CreateUsingStatement(declarationStatement, tryStatements); 161var usingStatement = CreateUsingStatement(declarationStatement, statementsToSurround);