13 references to GetAttributeNodes
Microsoft.VisualStudio.LanguageServices.VisualBasic (13)
CodeModel\VisualBasicCodeModelService.vb (13)
376Return GetAttributeNodes(DirectCast(node, TypeBlockSyntax).BlockStatement.AttributeLists) 378Return GetAttributeNodes(DirectCast(node, EnumBlockSyntax).EnumStatement.AttributeLists) 380Return GetAttributeNodes(DirectCast(node, DelegateStatementSyntax).AttributeLists) 382Return GetAttributeNodes(DirectCast(node, DeclareStatementSyntax).AttributeLists) 384Return GetAttributeNodes(DirectCast(node, MethodStatementSyntax).AttributeLists) 386Return GetAttributeNodes(DirectCast(node, MethodBlockBaseSyntax).BlockStatement.AttributeLists) 388Return GetAttributeNodes(DirectCast(node, PropertyBlockSyntax).PropertyStatement.AttributeLists) 390Return GetAttributeNodes(DirectCast(node, PropertyStatementSyntax).AttributeLists) 392Return GetAttributeNodes(DirectCast(node, EventBlockSyntax).EventStatement.AttributeLists) 394Return GetAttributeNodes(DirectCast(node, EventStatementSyntax).AttributeLists) 396Return GetAttributeNodes(DirectCast(node, FieldDeclarationSyntax).AttributeLists) 398Return GetAttributeNodes(DirectCast(node, ParameterSyntax).AttributeLists) 400Return GetAttributeNodes(DirectCast(node, EnumMemberDeclarationSyntax).AttributeLists)