8 references to QueryableSource
Microsoft.CodeAnalysis.VisualBasic (8)
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)
7106MyBase.New(BoundKind.QueryableSource, syntax, rangeVariables, compoundVariableType, binders, type, hasErrors OrElse source.NonNullAndHasErrors()) 9570Case BoundKind.QueryableSource
Operations\VisualBasicOperationFactory.vb (1)
248Case BoundKind.QueryableSource