6 types derived from BoundQueryPart
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\BoundNodes.xml.Generated.vb (6)
7007Inherits BoundQueryPart 7042Inherits BoundQueryPart 7077Inherits BoundQueryPart 7218Inherits BoundQueryPart 7313Inherits BoundQueryPart 7475Inherits BoundQueryPart
10 references to BoundQueryPart
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Query.vb (4)
2527Dim sourceOrPreviousOrdering As BoundQueryPart = source 4129Dim source As BoundQueryPart = New BoundQuerySource(BindRValue(syntax.Expression, diagnostics)) 4248source As BoundQueryPart, 4252) As BoundQueryPart
Generated\BoundNodes.xml.Generated.vb (6)
7131Public Sub New(syntax As SyntaxNode, source As BoundQueryPart, rangeVariableOpt As RangeVariableSymbol, rangeVariables As ImmutableArray(Of RangeVariableSymbol), compoundVariableType As TypeSymbol, binders As ImmutableArray(Of Binder), type As TypeSymbol, Optional hasErrors As Boolean = False) 7150Private ReadOnly _Source As BoundQueryPart 7151Public ReadOnly Property Source As BoundQueryPart 7169Public Function Update(source As BoundQueryPart, rangeVariableOpt As RangeVariableSymbol, rangeVariables As ImmutableArray(Of RangeVariableSymbol), compoundVariableType As TypeSymbol, binders As ImmutableArray(Of Binder), type As TypeSymbol) As BoundQueryableSource 12849Dim source As BoundQueryPart = DirectCast(Me.Visit(node.Source), BoundQueryPart)