11 references to VisitInternal
Microsoft.CodeAnalysis.VisualBasic (11)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (2)
188Return VisitInternal([call]) 191Return VisitInternal(AdjustCallForLiftedOperator(opKind, [call], node.Type))
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (3)
22Return Me.VisitInternal(node.Operand) 31Return Me.VisitInternal(node.Operand) 40Return Me.VisitInternal(node.Operand)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (3)
147Return VisitInternal(objCreation.Arguments(0)) 205Return VisitInternal([call]) 208Return VisitInternal(AdjustCallForLiftedOperator(opKind, [call], node.Type))
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (3)
182Return VisitInternal(Me._factory.Literal("Diagnostics Generated")) 195Dim result = VisitInternal(node) 706Return VisitInternal(value)