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