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