1 implementation of SyntaxNodeTypes
Microsoft.CodeAnalysis.Features (1)
Organizing\Organizers\AbstractSyntaxNodeOrganizer.cs (1)
16public IEnumerable<Type> SyntaxNodeTypes => [typeof(TSyntaxNode)];
2 references to SyntaxNodeTypes
Microsoft.CodeAnalysis.Features (2)
Organizing\AbstractOrganizingService.cs (2)
39where !o.SyntaxNodeTypes.Any() || 40o.SyntaxNodeTypes.Any(t2 => t1 == t2 || t1.GetTypeInfo().IsSubclassOf(t2))