Base:
property
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax.DeclarationKeyword
4 references to DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\MethodBaseSyntax.vb (1)
249
Return
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Highlighting\KeywordHighlighters\OperatorDeclarationHighlighter.vb (2)
30
Dim firstKeyword = If(.Modifiers.Count > 0, .Modifiers.First(), .
DeclarationKeyword
)
31
highlights.Add(TextSpan.FromBounds(firstKeyword.SpanStart, .
DeclarationKeyword
.Span.End))
Structure\VisualBasicStructureHelpers.vb (1)
150
Return If(operatorStatement.Modifiers.FirstOrNull(), operatorStatement.
DeclarationKeyword
)