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