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