1 implementation of IsAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
316public abstract bool IsAttributeArgumentNode(SyntaxNode node);
2 references to IsAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel_Events.cs (2)
153else if (this.CodeModelService.IsAttributeArgumentNode(codeModelEvent.Node)) 180this.CodeModelService.IsAttributeArgumentNode(codeModelEvent.Node))