2 references to IsClassDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
Snippets\CSharpClassSnippetProvider.cs (1)
47return syntaxFacts.IsClassDeclaration;
Microsoft.CodeAnalysis.Features (1)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
288else if (syntaxFacts.IsClassDeclaration(member))