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