4 references to GetAttributeNodes
Microsoft.VisualStudio.LanguageServices.CSharp (4)
CodeModel\CSharpCodeModelService.cs (4)
338return GetAttributeNodes(parent.Parent!); 1585foreach (AttributeSyntax attribute in GetAttributeNodes(parentNode)) 1643foreach (AttributeSyntax attribute in GetAttributeNodes(parentNode)) 3072var attributes = GetAttributeNodes(containerNode).ToArray();