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