3 references to GetPreviousStatement
Microsoft.CodeAnalysis.VisualBasic.Features (3)
CodeRefactorings\InlineTemporary\VisualBasicInlineTemporaryCodeRefactoringProvider.vb (1)
167Dim previousStatement = topMostStatementOfLocalDeclaration.GetPreviousStatement()
Debugging\ProximityExpressionsGetter.Worker.vb (1)
52Dim previousStatement = _parentStatement.GetPreviousStatement()
VisualBasicUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.vb (1)
72Return ifBlock.GetPreviousStatement()