6 types derived from BoundQueryPart
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\BoundNodes.xml.Generated.vb (6)
6991Inherits BoundQueryPart 7026Inherits BoundQueryPart 7061Inherits BoundQueryPart 7202Inherits BoundQueryPart 7297Inherits BoundQueryPart 7459Inherits 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)
7115Public 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) 7134Private ReadOnly _Source As BoundQueryPart 7135Public ReadOnly Property Source As BoundQueryPart 7153Public 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 12833Dim source As BoundQueryPart = DirectCast(Me.Visit(node.Source), BoundQueryPart)