1 override of CreateUsingStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceUsingStatement\CSharpIntroduceUsingStatementCodeRefactoringProvider.cs (1)
82
protected override StatementSyntax
CreateUsingStatement
(LocalDeclarationStatementSyntax declarationStatement, SyntaxList<StatementSyntax> statementsToSurround)
2 references to CreateUsingStatement
Microsoft.CodeAnalysis.Features (2)
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (2)
170
var usingStatement =
CreateUsingStatement
(declarationStatement, tryStatements);
197
var usingStatement =
CreateUsingStatement
(declarationStatement, statementsToSurround);