2 implementations of GetNameOfAttribute
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
615public SyntaxNode GetNameOfAttribute(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
626Public Function GetNameOfAttribute(node As SyntaxNode) As SyntaxNode Implements ISyntaxFacts.GetNameOfAttribute
3 references to GetNameOfAttribute
Microsoft.CodeAnalysis.Features (1)
GenerateMember\AbstractGenerateMemberService.cs (1)
143var attributeName = syntaxFacts.GetNameOfAttribute(attributeNode);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
626Public Function GetNameOfAttribute(node As SyntaxNode) As SyntaxNode Implements ISyntaxFacts.GetNameOfAttribute
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
208var name = syntaxFacts.GetNameOfAttribute(node);