2 references to BoundQueryClause
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Query.cs (1)
788
return new
BoundQueryClause
(
Generated\BoundNodes.xml.Generated.cs (1)
7707
var result = new
BoundQueryClause
(this.Syntax, value, definedSymbol, operation, cast, binder, unoptimizedForm, type, this.HasErrors);