3 writes to body
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6898
this.
body
= body;
6909
this.
body
= body;
6919
this.
body
= body;
4 references to body
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6923
public QueryBodySyntax Body => this.
body
;
6929
1 => this.
body
,
6956
=> new QueryExpressionSyntax(this.Kind, this.fromClause, this.
body
, diagnostics, GetAnnotations());
6959
=> new QueryExpressionSyntax(this.Kind, this.fromClause, this.
body
, GetDiagnostics(), annotations);