12 references to Property
Microsoft.CodeAnalysis.VisualBasic.Features (7)
Completion\KeywordRecommenders\Declarations\ModifierKeywordsRecommender.vb (6)
88
If modifierFacts.CouldApplyToOneOf(PossibleDeclarationTypes.
Property
) OrElse modifierFacts.CouldApplyToOneOf(PossibleDeclarationTypes.Field) Then
92
If modifierFacts.CouldApplyToOneOf(PossibleDeclarationTypes.
Property
) Then
129
modifierFacts.CouldApplyToOneOf(PossibleDeclarationTypes.Method Or PossibleDeclarationTypes.
Property
) AndAlso
138
modifierFacts.CouldApplyToOneOf(PossibleDeclarationTypes.Method Or PossibleDeclarationTypes.
Property
Or PossibleDeclarationTypes.Operator) Then
145
modifierFacts.CouldApplyToOneOf(PossibleDeclarationTypes.
Property
Or PossibleDeclarationTypes.Method Or PossibleDeclarationTypes.Operator) Then
150
modifierFacts.CouldApplyToOneOf(PossibleDeclarationTypes.
Property
) AndAlso
Completion\KeywordRecommenders\Declarations\PropertyKeywordRecommender.vb (1)
24
If modifiers.CouldApplyToOneOf(PossibleDeclarationTypes.
Property
Or PossibleDeclarationTypes.IteratorProperty) Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
ModifierCollectionFacts.vb (5)
41
Dim defaultPropertyFlags = PossibleDeclarationTypes.
Property
Or PossibleDeclarationTypes.ProtectedMember Or PossibleDeclarationTypes.OverridableMethod
115
PossibleDeclarationTypes.
Property
Or
162
_declarationTypes = _declarationTypes And (PossibleDeclarationTypes.
Property
Or
312
PossibleDeclarationTypes.
Property
Or
328
PossibleDeclarationTypes.
Property