Base:
property
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax.DeclarationKeyword
5 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)
154
Return If(operatorStatement.Modifiers.FirstOrNull(), operatorStatement.
DeclarationKeyword
)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Help\VisualBasicHelpContextService.Visitor.vb (1)
933
If node.
DeclarationKeyword
.Span.IntersectsWith(_span) Then