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