3 references to AddBodyStatements
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
13001
internal override BaseMethodDeclarationSyntax AddBodyStatementsCore(params StatementSyntax[] items) =>
AddBodyStatements
(items);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
112
var methodDecl = SyntaxFactory.DestructorDeclaration(classType.Name).
AddBodyStatements
(disposeStatement);
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
112
var methodDecl = SyntaxFactory.DestructorDeclaration(classType.Name).
AddBodyStatements
(disposeStatement);