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