1 implementation of RemapAttributeTarget
Microsoft.CodeAnalysis (1)
SourceGeneration\ISyntaxHelper.cs (1)
63
public abstract SyntaxNode
RemapAttributeTarget
(SyntaxNode target);
1 reference to RemapAttributeTarget
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
153
var remappedTarget = syntaxHelper.
RemapAttributeTarget
(attributeTarget);