2 references to HasProtectedAndFriend
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Declarations\ModifierKeywordsRecommender.vb (2)
54
ElseIf modifierFacts.AccessibilityKeyword.Kind = SyntaxKind.ProtectedKeyword AndAlso Not modifierFacts.
HasProtectedAndFriend
Then
57
ElseIf modifierFacts.AccessibilityKeyword.Kind = SyntaxKind.FriendKeyword AndAlso Not modifierFacts.
HasProtectedAndFriend
Then