Base:
property
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax.DeclarationKeyword
7 references to DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\MethodBaseSyntax.vb (1)
193
Return
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (6)
Completion\CompletionProviders\ImplementsClauseCompletionProvider.vb (1)
82
memberKindKeyword = eventDeclaration.
DeclarationKeyword
.Kind
Highlighting\KeywordHighlighters\EventBlockHighlighter.vb (2)
31
Dim firstKeyword = If(.Modifiers.Count > 0, .Modifiers.First(), .
DeclarationKeyword
)
32
highlights.Add(TextSpan.FromBounds(firstKeyword.SpanStart, .
DeclarationKeyword
.Span.End))
Highlighting\KeywordHighlighters\EventDeclarationHighlighter.vb (2)
31
Dim firstKeyword = If(.Modifiers.Count > 0, .Modifiers.First(), .
DeclarationKeyword
)
32
highlights.Add(TextSpan.FromBounds(firstKeyword.SpanStart, .
DeclarationKeyword
.Span.End))
Structure\VisualBasicStructureHelpers.vb (1)
145
If(eventStatement.CustomKeyword.IsKind(SyntaxKind.None), eventStatement.
DeclarationKeyword
, eventStatement.CustomKeyword))