2 overrides of RemoveAttribute
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpCodeGenerationService.cs (1)
381public override TDeclarationNode RemoveAttribute<TDeclarationNode>(
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicCodeGenerationService.vb (1)
369Public Overrides Function RemoveAttribute(Of TDeclarationNode As SyntaxNode)(destination As TDeclarationNode, attributeToRemove As SyntaxNode, options As VisualBasicCodeGenerationContextInfo, cancellationToken As CancellationToken) As TDeclarationNode
1 reference to RemoveAttribute
Microsoft.CodeAnalysis.Workspaces (1)
AbstractCodeGenerationService.cs (1)
102=> RemoveAttribute(destination, attributeToRemove, (TCodeGenerationContextInfo)info, cancellationToken);