20 references to Source
Microsoft.CodeAnalysis.VisualBasic (20)
Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb (1)
60VisitRvalue(node.Source)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1738VisitRvalue(node.Source)
Analysis\FlowAnalysis\ReadWriteWalker.vb (1)
206VisitRvalue(node.Source)
Binding\Binder_Query.vb (1)
176DirectCast(source, BoundQueryableSource).Source.Kind = BoundKind.QuerySource Then
Binding\MemberSemanticModel.vb (7)
1065Select Case queryableSource.Source.Kind 1068asClauseConversion = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(queryableSource.Source, queryableSource.Source, Nothing), binderOpt:=Nothing) 1071Dim toQueryable = DirectCast(CompilerGeneratedNodeFinder.FindIn(DirectCast(queryableSource.Source, BoundQueryClause).UnderlyingExpression, 1083toQueryableCollectionConversion = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(queryableSource.Source, queryableSource.Source, Nothing), binderOpt:=Nothing) 1090Throw ExceptionUtilities.UnexpectedValue(queryableSource.Source.Kind)
BoundTree\BoundExpressionExtensions.vb (1)
615DirectCast(node, BoundQueryableSource).Source.GetExpressionSymbols(symbols)
BoundTree\BoundQueryableSource.vb (2)
20Return Source.ExpressionSymbol 26Return Source.ResultKind
BoundTree\Expression.vb (1)
155Return ImmutableArray.Create(Of BoundNode)(Me.Source)
Generated\BoundNodes.xml.Generated.vb (4)
7170If source IsNot Me.Source OrElse rangeVariableOpt IsNot Me.RangeVariableOpt OrElse rangeVariables <> Me.RangeVariables OrElse compoundVariableType IsNot Me.CompoundVariableType OrElse binders <> Me.Binders OrElse type IsNot Me.Type Then 11801Me.Visit(node.Source) 12849Dim source As BoundQueryPart = DirectCast(Me.Visit(node.Source), BoundQueryPart) 14237New TreeDumperNode("source", Nothing, new TreeDumperNode() {Visit(node.Source, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
222Return Visit(node.Source)