7 references to Call
Microsoft.CodeAnalysis.VisualBasic (7)
BoundTree\BoundUserDefinedConversion.vb (3)
16Return DirectCast([Call].Arguments(0), BoundConversion).Operand 18Return [Call].Arguments(0) 26Return DirectCast([Call].Arguments(0), BoundConversion)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_ConditionalExpresion.vb (1)
187Dim [call] As BoundCall = userDefinedConv.Call
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (1)
364Dim methodCall As BoundCall = node.Call
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
614Dim operatorCall As BoundCall = node.Call
Operations\VisualBasicOperationFactory_Methods.vb (1)
579method = DirectCast(conversion.Operand, BoundUserDefinedConversion).Call.Method