1 override of CreateUsingLocalDeclarationStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceUsingStatement\CSharpIntroduceUsingStatementCodeRefactoringProvider.cs (1)
69protected override StatementSyntax CreateUsingLocalDeclarationStatement(
1 reference to CreateUsingLocalDeclarationStatement
Microsoft.CodeAnalysis.Features (1)
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (1)
221var usingStatement = this.CreateUsingLocalDeclarationStatement(expressionStatement, newName);