Base:
property
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax.DeclarationKeyword
5 references to DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\MethodBaseSyntax.vb (1)
221Return DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (4)
Completion\KeywordRecommenders\Declarations\EndBlockKeywordRecommender.vb (1)
192Return node.PropertyStatement.DeclarationKeyword.Kind
Highlighting\KeywordHighlighters\PropertyDeclarationHighlighter.vb (2)
31Dim firstKeyword = If(.Modifiers.Count > 0, .Modifiers.First(), .DeclarationKeyword) 32highlights.Add(TextSpan.FromBounds(firstKeyword.SpanStart, .DeclarationKeyword.Span.End))
Structure\VisualBasicStructureHelpers.vb (1)
153Return If(propertyStatement.Modifiers.FirstOrNull(), propertyStatement.DeclarationKeyword)