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