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