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