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