8 references to AddAttribute
ILLink.CodeFixProvider (2)
BaseAttributeCodeFixProvider.cs (1)
78 editor.AddAttribute (attributableNode, attribute);
DynamicallyAccessedMembersCodeFixProvider.cs (1)
149 editor.AddAttribute (targetNode, attribute);
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixAction.cs (2)
85documentEditor.AddAttribute(context.MethodSyntax, attributeSyntax); 92documentEditor.AddAttribute(context.MethodSyntax, CreateProducesDefaultResponseTypeAttribute());
Microsoft.CodeAnalysis.Features (1)
AddDebuggerDisplay\AbstractAddDebuggerDisplayCodeRefactoringProvider.cs (1)
156editor.AddAttribute(type, newAttribute);
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Editing\SyntaxEditorTests.cs (2)
230editor.AddAttribute(param, attribute); 274editor.AddAttribute(typeParam, attribute);
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\AddMarshalAsToElementFixer.cs (1)
64editor.AddAttribute(node, marshalAsAttribute);