6 references to GetBaseTypeDeclarationKind
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
8514
if (SyntaxFacts.
GetBaseTypeDeclarationKind
(nextToken.Kind) != SyntaxKind.None)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\FileModifierParsingTests.cs (5)
54
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));
79
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));
168
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));
512
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));
545
N(SyntaxFacts.
GetBaseTypeDeclarationKind
(typeKeyword));