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