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