Completion\KeywordRecommenders\Expressions\BinaryOperatorKeywordRecommender.vb (6)
86context.Position, context.TargetToken, Function(j) j.Left, cancellationToken) Then
97context.Position, context.TargetToken, Function(j) j.Expression, cancellationToken) Then
103If context.SyntaxTree.IsFollowingCompleteExpression(Of UnaryExpressionSyntax)(context.Position, context.TargetToken,
136context.Position, context.TargetToken, Function(h) h.EventExpression, cancellationToken) Then
143If context.SyntaxTree.IsFollowingCompleteExpression(Of ForStatementSyntax)(context.Position, context.TargetToken, Function(forStatement) forStatement.FromValue, cancellationToken) Then
147Return context.SyntaxTree.IsFollowingCompleteExpression(Of ExpressionSyntax)(context.Position, context.TargetToken,
Completion\KeywordRecommenders\Expressions\CastOperatorsKeywordRecommender.vb (1)
45context.Position))
Completion\KeywordRecommenders\Expressions\GetXmlNamespaceKeywordRecommender.vb (1)
26context.Position))