2 overrides of GetSurroundingStatements
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceUsingStatement\CSharpIntroduceUsingStatementCodeRefactoringProvider.cs (1)
38
protected override SyntaxList<StatementSyntax>
GetSurroundingStatements
(LocalDeclarationStatementSyntax declarationStatement)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceUsingStatement\VisualBasicIntroduceUsingStatementCodeRefactoringProvider.vb (1)
38
Protected Overrides Function
GetSurroundingStatements
(declarationStatement As LocalDeclarationStatementSyntax) As SyntaxList(Of StatementSyntax)
1 reference to GetSurroundingStatements
Microsoft.CodeAnalysis.Features (1)
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (1)
121
var surroundingStatements =
GetSurroundingStatements
(declarationStatement);