2 references to CreateUsingStatement
Microsoft.CodeAnalysis.Features (2)
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (2)
134
var usingStatement =
CreateUsingStatement
(declarationStatement, tryStatements);
161
var usingStatement =
CreateUsingStatement
(declarationStatement, statementsToSurround);