Base:
property
PossibleKeywordKind
Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.IdentifierTokenSyntax.PossibleKeywordKind
4 references to PossibleKeywordKind
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\InternalSyntax\ComplexIdentifierSyntax.vb (4)
97
Return New ComplexIdentifierSyntax(Kind, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia,
PossibleKeywordKind
, IsBracketed, IdentifierText, TypeCharacter)
101
Return New ComplexIdentifierSyntax(Kind, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia,
PossibleKeywordKind
, IsBracketed, IdentifierText, TypeCharacter)
105
Return New ComplexIdentifierSyntax(Kind, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia,
PossibleKeywordKind
, IsBracketed, IdentifierText, TypeCharacter)
109
Return New ComplexIdentifierSyntax(Kind, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia,
PossibleKeywordKind
, IsBracketed, IdentifierText, TypeCharacter)