Base:
method
GetAttributeNodes
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.AbstractCodeModelService.GetAttributeNodes(Microsoft.CodeAnalysis.SyntaxNode)
4 references to GetAttributeNodes
Microsoft.VisualStudio.LanguageServices.CSharp (4)
CodeModel\CSharpCodeModelService.cs (4)
339return GetAttributeNodes(parent.Parent!); 1588foreach (AttributeSyntax attribute in GetAttributeNodes(parentNode)) 1646foreach (AttributeSyntax attribute in GetAttributeNodes(parentNode)) 3076var attributes = GetAttributeNodes(containerNode).ToArray();