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)
87
Dim nextStatement = _parentStatement.
GetNextStatement
()
91
nextStatement = nextStatement.
GetNextStatement
()
VisualBasicRemoveUnnecessaryCastCodeFixProvider.vb (1)
131
Dim nextStatement = containingStatement.
GetNextStatement
()