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