6 types derived from BoundQueryPart
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\BoundNodes.xml.Generated.vb (6)
6998Inherits BoundQueryPart 7033Inherits BoundQueryPart 7068Inherits BoundQueryPart 7209Inherits BoundQueryPart 7304Inherits BoundQueryPart 7466Inherits BoundQueryPart
10 references to BoundQueryPart
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Query.vb (4)
2526Dim sourceOrPreviousOrdering As BoundQueryPart = source 4128Dim source As BoundQueryPart = New BoundQuerySource(BindRValue(syntax.Expression, diagnostics)) 4247source As BoundQueryPart, 4251) As BoundQueryPart
Generated\BoundNodes.xml.Generated.vb (6)
7122Public 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) 7141Private ReadOnly _Source As BoundQueryPart 7142Public ReadOnly Property Source As BoundQueryPart 7160Public 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 12840Dim source As BoundQueryPart = DirectCast(Me.Visit(node.Source), BoundQueryPart)