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