1 override of RemoveAttribute
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpCodeGenerationService.cs (1)
366
public override TDeclarationNode
RemoveAttribute
<TDeclarationNode>(
1 reference to RemoveAttribute
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractCodeGenerationService.cs (1)
105
=>
RemoveAttribute
(destination, attributeToRemove, (TCodeGenerationContextInfo)info, cancellationToken);