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