16 references to [Call]
Microsoft.CodeAnalysis.VisualBasic (16)
BoundTree\BoundUserDefinedBinaryOperator.vb (2)
15Return [Call].Arguments(0) 21Return [Call].Arguments(1)
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
97Dim method As MethodSymbol = node.Call.Method
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (11)
66Dim isChecked As Boolean = node.Checked AndAlso IsIntegralType(node.Call.Method.ReturnType) 84Debug.Assert(Not isLifted OrElse Not node.Call.Method.ReturnType.IsNullableType) 89_factory.MethodInfo(node.Call.Method)) 94Debug.Assert(Not isLifted OrElse Not node.Call.Method.ReturnType.IsNullableType) 98_factory.MethodInfo(node.Call.Method)) 107Debug.Assert(operand.Call.Method.ReturnType.IsSameTypeIgnoringAll(operand.Call.Method.Parameters(0).Type) AndAlso 108operand.Call.Method.ReturnType.IsSameTypeIgnoringAll(operand.Call.Method.Parameters(1).Type)) 114_factory.MethodInfo(operand.Call.Method)) 120Dim [call] As BoundCall = node.Call
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
1394Dim operatorCall = node.Call
Operations\VisualBasicOperationFactory_Methods.vb (1)
141operatorMethod:=If(boundUserDefinedBinaryOperator.UnderlyingExpression.Kind = BoundKind.Call, boundUserDefinedBinaryOperator.Call.Method, Nothing),