7 references to QueryableSource
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Query.vb (1)
175If Not source.Type.IsErrorType() AndAlso source.Kind = BoundKind.QueryableSource AndAlso
Binding\MemberSemanticModel.vb (3)
663If bound IsNot Nothing AndAlso bound.Kind = BoundKind.QueryableSource Then 1040If boundNodes(i).Kind = BoundKind.QueryClause OrElse boundNodes(i).Kind = BoundKind.QueryableSource Then 1062If bound IsNot Nothing AndAlso bound.Kind = BoundKind.QueryableSource Then
BoundTree\BoundExpressionExtensions.vb (1)
614Case BoundKind.QueryableSource
Generated\BoundNodes.xml.Generated.vb (2)
7132MyBase.New(BoundKind.QueryableSource, syntax, rangeVariables, compoundVariableType, binders, type, hasErrors OrElse source.NonNullAndHasErrors()) 9604Case BoundKind.QueryableSource