1 implementation of GetAttributeArgumentNodes
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
174public abstract IEnumerable<SyntaxNode> GetAttributeArgumentNodes(SyntaxNode parent);
3 references to GetAttributeArgumentNodes
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\AttributeArgumentCollection.cs (3)
47var attributeArgumentNodes = CodeModelService.GetAttributeArgumentNodes(node); 63foreach (var child in CodeModelService.GetAttributeArgumentNodes(node)) 84return CodeModelService.GetAttributeArgumentNodes(node).Count();