1 implementation of AddAttributeTargets
Microsoft.CodeAnalysis (1)
SourceGeneration\ISyntaxHelper.cs (1)
60public abstract void AddAttributeTargets(SyntaxNode node, ArrayBuilder<SyntaxNode> targets);
1 reference to AddAttributeTargets
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
258syntaxHelper.AddAttributeTargets(node, attributeTargets);