12 references to QueryClause
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Query.vb (1)
414
If Not suppressCallDiagnostics AndAlso firstSelectExpression.HasErrors AndAlso firstSelectExpression.Kind = BoundKind.
QueryClause
Then
Binding\MemberSemanticModel.vb (8)
962
If bound IsNot Nothing AndAlso bound.Kind = BoundKind.
QueryClause
Then
964
DirectCast(bound, BoundQueryClause).UnderlyingExpression.Kind = BoundKind.
QueryClause
Then
980
If bound IsNot Nothing AndAlso bound.Kind = BoundKind.
QueryClause
Then
981
If DirectCast(bound, BoundQueryClause).UnderlyingExpression.Kind = BoundKind.
QueryClause
Then
1016
Dim select1Node = DirectCast(CompilerGeneratedNodeFinder.FindIn(bound, node, BoundKind.
QueryClause
), BoundQueryClause)
1040
If boundNodes(i).Kind = BoundKind.
QueryClause
OrElse boundNodes(i).Kind = BoundKind.QueryableSource Then
1054
If bound.Kind = BoundKind.
QueryClause
Then
1066
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