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