4 references to GetNextStatement
Microsoft.CodeAnalysis.VisualBasic.Features (4)
CodeRefactorings\InlineTemporary\VisualBasicInlineTemporaryCodeRefactoringProvider.vb (1)
174.Select(Function(stmt) stmt.GetNextStatement()) _
Debugging\ProximityExpressionsGetter.Worker.vb (2)
87Dim nextStatement = _parentStatement.GetNextStatement() 91nextStatement = nextStatement.GetNextStatement()
VisualBasicRemoveUnnecessaryCastCodeFixProvider.vb (1)
131Dim nextStatement = containingStatement.GetNextStatement()