Base:
property
DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax.DeclarationKeyword
5 references to DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\MethodBaseSyntax.vb (1)
249Return DeclarationKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Highlighting\KeywordHighlighters\OperatorDeclarationHighlighter.vb (2)
30Dim firstKeyword = If(.Modifiers.Count > 0, .Modifiers.First(), .DeclarationKeyword) 31highlights.Add(TextSpan.FromBounds(firstKeyword.SpanStart, .DeclarationKeyword.Span.End))
Structure\VisualBasicStructureHelpers.vb (1)
154Return If(operatorStatement.Modifiers.FirstOrNull(), operatorStatement.DeclarationKeyword)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Help\VisualBasicHelpContextService.Visitor.vb (1)
933If node.DeclarationKeyword.Span.IntersectsWith(_span) Then