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