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