6 types derived from BoundQueryPart
Microsoft.CodeAnalysis.VisualBasic (6)
7 instantiations of BoundQueryPart
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (7)
6984MyBase.New(BoundKind.QuerySource, syntax, type, hasErrors OrElse expression.NonNullAndHasErrors())
7019MyBase.New(BoundKind.ToQueryableCollectionConversion, syntax, type, hasErrors OrElse conversionCall.NonNullAndHasErrors())
7054MyBase.New(kind, syntax, type, hasErrors)
7067MyBase.New(kind, syntax, type)
7195MyBase.New(BoundKind.Ordering, syntax, type, hasErrors OrElse underlyingExpression.NonNullAndHasErrors())
7290MyBase.New(BoundKind.RangeVariableAssignment, syntax, type, hasErrors OrElse value.NonNullAndHasErrors())
7452MyBase.New(BoundKind.GroupAggregation, syntax, type, hasErrors OrElse group.NonNullAndHasErrors())
10 references to BoundQueryPart
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\BoundNodes.xml.Generated.vb (6)
7105Public 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)
7124Private ReadOnly _Source As BoundQueryPart
7125Public ReadOnly Property Source As BoundQueryPart
7143Public 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
12815Dim source As BoundQueryPart = DirectCast(Me.Visit(node.Source), BoundQueryPart)