1 write to _attribute
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs (1)
44
_attribute
= attribute;
3 references to _attribute
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs (3)
48
=> new AttributeRemoveAction(
_attribute
, _project, _diagnostic, Fixer, forFixMultipleContext: true);
50
public override SyntaxTree SyntaxTreeToModify =>
_attribute
.ApplicationSyntaxReference.SyntaxTree;
54
var attributeNode = await
_attribute
.ApplicationSyntaxReference.GetSyntaxAsync(cancellationToken).ConfigureAwait(false);