Base:
property
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax.DeclarationKeyword
4 references to DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\MethodBaseSyntax.vb (1)
193
Return
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (3)
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)
141
If(eventStatement.CustomKeyword.IsKind(SyntaxKind.None), eventStatement.
DeclarationKeyword
, eventStatement.CustomKeyword))