1 implementation of GetAttributeOwningNode
Microsoft.CodeAnalysis (1)
SourceGeneration\ISyntaxHelper.cs (1)
64public abstract SyntaxNode GetAttributeOwningNode(SyntaxNode attribute);
1 reference to GetAttributeOwningNode
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
180var attributeOwnerSyntax = syntaxHelper.GetAttributeOwningNode(attributeSyntax);