85 references to DestructorDeclaration
Microsoft.CodeAnalysis.CSharp (20)
Syntax.xml.Internal.Generated.cs (2)
32394return new DestructorDeclarationSyntax(SyntaxKind.DestructorDeclaration, attributeLists.Node, modifiers.Node, tildeToken, identifier, parameterList, body, expressionBody, semicolonToken, this.context);
37761return new DestructorDeclarationSyntax(SyntaxKind.DestructorDeclaration, attributeLists.Node, modifiers.Node, tildeToken, identifier, parameterList, body, expressionBody, semicolonToken);
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (4)
Microsoft.CodeAnalysis.CSharp.Features (16)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Microsoft.CodeAnalysis.CSharp.Workspaces (13)
Microsoft.DotNet.ApiDiff (1)
Microsoft.VisualStudio.LanguageServices.CSharp (13)
Roslyn.Diagnostics.CSharp.Analyzers (8)