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)
85
documentEditor.
AddAttribute
(context.MethodSyntax, attributeSyntax);
92
documentEditor.
AddAttribute
(context.MethodSyntax, CreateProducesDefaultResponseTypeAttribute());
Microsoft.CodeAnalysis.Features (1)
AddDebuggerDisplay\AbstractAddDebuggerDisplayCodeRefactoringProvider.cs (1)
156
editor.
AddAttribute
(type, newAttribute);
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Editing\SyntaxEditorTests.cs (2)
230
editor.
AddAttribute
(param, attribute);
274
editor.
AddAttribute
(typeParam, attribute);
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\AddMarshalAsToElementFixer.cs (1)
64
editor.
AddAttribute
(node, marshalAsAttribute);