3 writes to fromClause
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6896
this.
fromClause
= fromClause;
6907
this.
fromClause
= fromClause;
6917
this.
fromClause
= fromClause;
4 references to fromClause
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6922
public FromClauseSyntax FromClause => this.
fromClause
;
6928
0 => this.
fromClause
,
6956
=> new QueryExpressionSyntax(this.Kind, this.
fromClause
, this.body, diagnostics, GetAnnotations());
6959
=> new QueryExpressionSyntax(this.Kind, this.
fromClause
, this.body, GetDiagnostics(), annotations);