3 writes to body
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
21009
this.
body
= body;
21047
this.
body
= body;
21084
this.
body
= body;
4 references to body
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
21105
public override BlockSyntax? Body => this.
body
;
21118
5 => this.
body
,
21147
=> new DestructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.tildeToken, this.identifier, this.parameterList, this.
body
, this.expressionBody, this.semicolonToken, diagnostics, GetAnnotations());
21150
=> new DestructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.tildeToken, this.identifier, this.parameterList, this.
body
, this.expressionBody, this.semicolonToken, GetDiagnostics(), annotations);