1 implementation of GetNameOfAttribute
Microsoft.CodeAnalysis (1)
SourceGeneration\ISyntaxHelper.cs (1)
49public abstract SyntaxNode GetNameOfAttribute(SyntaxNode node);
1 reference to GetNameOfAttribute
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
259var simpleAttributeName = syntaxHelper.GetUnqualifiedIdentifierOfName(syntaxHelper.GetNameOfAttribute(attribute));