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