13 references to GetAttributeNodes
Microsoft.VisualStudio.LanguageServices.VisualBasic (13)
CodeModel\VisualBasicCodeModelService.vb (13)
377Return GetAttributeNodes(DirectCast(node, TypeBlockSyntax).BlockStatement.AttributeLists) 379Return GetAttributeNodes(DirectCast(node, EnumBlockSyntax).EnumStatement.AttributeLists) 381Return GetAttributeNodes(DirectCast(node, DelegateStatementSyntax).AttributeLists) 383Return GetAttributeNodes(DirectCast(node, DeclareStatementSyntax).AttributeLists) 385Return GetAttributeNodes(DirectCast(node, MethodStatementSyntax).AttributeLists) 387Return GetAttributeNodes(DirectCast(node, MethodBlockBaseSyntax).BlockStatement.AttributeLists) 389Return GetAttributeNodes(DirectCast(node, PropertyBlockSyntax).PropertyStatement.AttributeLists) 391Return GetAttributeNodes(DirectCast(node, PropertyStatementSyntax).AttributeLists) 393Return GetAttributeNodes(DirectCast(node, EventBlockSyntax).EventStatement.AttributeLists) 395Return GetAttributeNodes(DirectCast(node, EventStatementSyntax).AttributeLists) 397Return GetAttributeNodes(DirectCast(node, FieldDeclarationSyntax).AttributeLists) 399Return GetAttributeNodes(DirectCast(node, ParameterSyntax).AttributeLists) 401Return GetAttributeNodes(DirectCast(node, EnumMemberDeclarationSyntax).AttributeLists)