1 override of TryCreateUsingLocalDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceUsingStatement\CSharpIntroduceUsingStatementCodeRefactoringProvider.cs (1)
91protected override bool TryCreateUsingLocalDeclaration(
1 reference to TryCreateUsingLocalDeclaration
Microsoft.CodeAnalysis.Features (1)
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (1)
191this.TryCreateUsingLocalDeclaration(root.SyntaxTree.Options, declarationStatement, out var usingDeclarationStatement))