8 references to [Call]
Microsoft.CodeAnalysis.VisualBasic (8)
BoundTree\BoundUserDefinedUnaryOperator.vb (1)
15Return [Call].Arguments(0)
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
43Dim method As MethodSymbol = node.Call.Method
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (4)
119Dim [call] As BoundCall = userDefinedOperator.Call 176Debug.Assert(Not isLifted OrElse Not node.Call.Method.ReturnType.IsNullableType) 180_factory.MethodInfo(node.Call.Method)) 188Dim [call] As BoundCall = node.Call
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
236Dim operatorCall = node.Call
Operations\VisualBasicOperationFactory.vb (1)
525Return If(boundUserDefinedUnaryOperator.UnderlyingExpression.Kind = BoundKind.Call, boundUserDefinedUnaryOperator.Call.Method, Nothing)