2 references to IsFollowingParameterListOrAsClauseOfMethodDeclaration
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Declarations\ImplementsKeywordRecommender.vb (1)
31
If context.
IsFollowingParameterListOrAsClauseOfMethodDeclaration
() OrElse
Completion\KeywordRecommenders\EventHandling\HandlesKeywordRecommender.vb (1)
26
If context.
IsFollowingParameterListOrAsClauseOfMethodDeclaration
() Then