4 references to GetKeywordKind
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Lookup.vb (1)
449
Dim aliasAsKeyword As SyntaxKind = SyntaxFacts.
GetKeywordKind
(possibleAlias)
Binding\DocumentationCommentCrefBinder.vb (1)
51
If Not identifier.IsBracketed AndAlso IsIntrinsicTypeForDocumentationComment(SyntaxFacts.
GetKeywordKind
(identifier.ValueText)) Then
SymbolDisplay\SymbolDisplayVisitor.vb (1)
137
If SyntaxFacts.
GetKeywordKind
(identifier) <> SyntaxKind.None Then
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
47
If SyntaxFacts.
GetKeywordKind
(name) <> SyntaxKind.None Then