1 implementation of SyntaxNodeTypes
Microsoft.CodeAnalysis.Workspaces (1)
Classification\SyntaxClassification\AbstractSyntaxClassifier.cs (1)
30public virtual ImmutableArray<Type> SyntaxNodeTypes
3 references to SyntaxNodeTypes
Microsoft.CodeAnalysis.Workspaces (3)
Classification\AbstractClassificationService.cs (1)
194_getNodeClassifiers = extensionManager.CreateNodeExtensionGetter(classifiers, static c => c.SyntaxNodeTypes);
Classification\Classifier.cs (1)
84var getNodeClassifiers = extensionManager.CreateNodeExtensionGetter(syntaxClassifiers, c => c.SyntaxNodeTypes);
Classification\SyntaxClassification\ISyntaxClassifier.cs (1)
27/// This method will be called for all nodes that match the types specified by the <see cref="SyntaxNodeTypes"/> property.