12 references to QueryClause
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Query.vb (1)
413If Not suppressCallDiagnostics AndAlso firstSelectExpression.HasErrors AndAlso firstSelectExpression.Kind = BoundKind.QueryClause Then
Binding\MemberSemanticModel.vb (8)
961If bound IsNot Nothing AndAlso bound.Kind = BoundKind.QueryClause Then 963DirectCast(bound, BoundQueryClause).UnderlyingExpression.Kind = BoundKind.QueryClause Then 979If bound IsNot Nothing AndAlso bound.Kind = BoundKind.QueryClause Then 980If DirectCast(bound, BoundQueryClause).UnderlyingExpression.Kind = BoundKind.QueryClause Then 1015Dim select1Node = DirectCast(CompilerGeneratedNodeFinder.FindIn(bound, node, BoundKind.QueryClause), BoundQueryClause) 1039If boundNodes(i).Kind = BoundKind.QueryClause OrElse boundNodes(i).Kind = BoundKind.QueryableSource Then 1053If bound.Kind = BoundKind.QueryClause Then 1065Case BoundKind.QueryClause
BoundTree\BoundExpressionExtensions.vb (1)
599Case BoundKind.QueryClause
Generated\BoundNodes.xml.Generated.vb (2)
7183MyBase.New(BoundKind.QueryClause, syntax, rangeVariables, compoundVariableType, binders, type, hasErrors OrElse underlyingExpression.NonNullAndHasErrors()) 9606Case BoundKind.QueryClause