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