11 references to ConversionCall
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb (1)
65
VisitRvalue(node.
ConversionCall
)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1743
VisitRvalue(node.
ConversionCall
)
BoundTree\BoundExpressionExtensions.vb (1)
612
DirectCast(node, BoundToQueryableCollectionConversion).
ConversionCall
.GetExpressionSymbols(symbols)
BoundTree\BoundToQueryableCollectionConversion.vb (2)
18
Return
ConversionCall
.ExpressionSymbol
24
Return
ConversionCall
.ResultKind
BoundTree\Expression.vb (1)
147
Return ImmutableArray.Create(Of BoundNode)(Me.
ConversionCall
)
Generated\BoundNodes.xml.Generated.vb (4)
7067
If conversionCall IsNot Me.
ConversionCall
OrElse type IsNot Me.Type Then
11796
Me.Visit(node.
ConversionCall
)
12843
Dim conversionCall As BoundCall = DirectCast(Me.Visit(node.
ConversionCall
), BoundCall)
14230
New TreeDumperNode("conversionCall", Nothing, new TreeDumperNode() {Visit(node.
ConversionCall
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
230
Return Visit(node.
ConversionCall
)