4 references to GetAttributes
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
133if (!memberNode.GetAttributes().Any())
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpCodeGenerationService.cs (1)
401var newAttributeLists = RemoveAttributeFromAttributeLists(member.GetAttributes(), attributeToRemove, out positionOfRemovedNode, out triviaOfRemovedNode);
FormattingHelpers.cs (1)
489var attributes = node.GetAttributes();
SuppressFormattingRule.cs (1)
159var attributes = memberDeclNode.GetAttributes();