1 implementation of GetAttributeTarget
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
652public abstract string GetAttributeTarget(SyntaxNode attributeNode);
1 reference to GetAttributeTarget
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeAttribute.cs (1)
102return CodeModelService.GetAttributeTarget(LookupNode());