8 references to AddAttribute
ILLink.CodeFixProvider (2)
BaseAttributeCodeFixProvider.cs (1)
78
editor.
AddAttribute
(attributableNode, attribute);
DynamicallyAccessedMembersCodeFixProvider.cs (1)
154
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.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\Core\CodeFixes\AddObsoleteAttribute\AbstractAddObsoleteAttributeCodeFixProvider.cs (1)
88
editor.
AddAttribute
(container,
Microsoft.CodeAnalysis.Features (2)
AddDebuggerDisplay\AbstractAddDebuggerDisplayCodeRefactoringProvider.cs (1)
156
editor.
AddAttribute
(type, newAttribute);
src\roslyn\src\Analyzers\Core\CodeFixes\AddObsoleteAttribute\AbstractAddObsoleteAttributeCodeFixProvider.cs (1)
88
editor.
AddAttribute
(container,
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\AddMarshalAsToElementFixer.cs (1)
64
editor.
AddAttribute
(node, marshalAsAttribute);