1 reference to IsFollowingCompleteStatement
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\KeywordRecommenders\Statements\ElseKeywordRecommender.vb (1)
23If context.IsFollowingCompleteStatement(Of SingleLineIfStatementSyntax)(Function(ifStatement) ifStatement.Statements.Last()) Then