6 references to GetBaseTypeDeclarationKind
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
8568
if (SyntaxFacts.
GetBaseTypeDeclarationKind
(nextToken.Kind) != SyntaxKind.None)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\FileModifierParsingTests.cs (5)
55
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));
80
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));
169
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));
513
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));
546
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));