2 references to GetAttributes
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicCodeGenerationService.vb (1)
382
Dim newAttributeLists = RemoveAttributeFromAttributeLists(member.
GetAttributes
(), attributeToRemove, attributeRemoved, positionOfRemovedNode, triviaOfRemovedNode)
StatementSyntaxExtensions.vb (1)
155
Return member.WithAttributeLists(member.
GetAttributes
().AddRange(attributeLists))