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