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