3 references to GetAttributes
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
FormattingHelpers.cs (1)
489var attributes = node.GetAttributes();
SuppressFormattingRule.cs (1)
159var attributes = memberDeclNode.GetAttributes();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpCodeGenerationService.cs (1)
401var newAttributeLists = RemoveAttributeFromAttributeLists(member.GetAttributes(), attributeToRemove, out positionOfRemovedNode, out triviaOfRemovedNode);