3 writes to body
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7948
this.
body
= body;
7961
this.
body
= body;
7973
this.
body
= body;
4 references to body
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7979
public QueryBodySyntax Body => this.
body
;
7986
2 => this.
body
,
8013
=> new QueryContinuationSyntax(this.Kind, this.intoKeyword, this.identifier, this.
body
, diagnostics, GetAnnotations());
8016
=> new QueryContinuationSyntax(this.Kind, this.intoKeyword, this.identifier, this.
body
, GetDiagnostics(), annotations);