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