2 references to Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_own_class_or_from_a_derived_class
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Declarations\ModifierKeywordsRecommender.vb (2)
52
recommendations.Add(New RecommendedKeyword("Protected", VBFeaturesResources.
Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_own_class_or_from_a_derived_class
))
59
recommendations.Add(New RecommendedKeyword("Protected", VBFeaturesResources.
Specifies_that_one_or_more_declared_programming_elements_are_accessible_only_from_within_their_own_class_or_from_a_derived_class
))