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