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