39 references to Call
Microsoft.CodeAnalysis.CSharp (39)
Binder\Binder.ValueChecks.cs (6)
703
case BoundKind.
Call
:
3009
case BoundKind.
Call
:
3254
case BoundKind.
Call
:
3579
case BoundKind.
Call
:
4004
case BoundKind.
Call
:
4639
case BoundKind.
Call
:
Binder\Binder_Await.cs (3)
78
if (expression.Kind != BoundKind.
Call
||
340
if (getAwaiterCall.Kind != BoundKind.
Call
)
446
if (getAwaiterGetResultCall.Kind != BoundKind.
Call
)
Binder\Binder_Expressions.cs (1)
5537
else if (addMethodInvocation.Kind == BoundKind.
Call
)
Binder\Binder_Invocation.cs (1)
878
case BoundKind.
Call
:
Binder\Binder_Statements.cs (1)
4046
if (patternMethodCall.Kind != BoundKind.
Call
)
BoundTree\BoundExpressionExtensions.cs (2)
33
case BoundKind.
Call
:
185
case BoundKind.
Call
:
BoundTree\BoundNodeExtensions.cs (1)
51
return expression.Kind == BoundKind.
Call
&& ((BoundCall)expression).IsConstructorInitializer();
BoundTree\BoundTreeVisitors.cs (1)
115
case BoundKind.
Call
:
CodeGen\EmitAddress.cs (1)
112
case BoundKind.
Call
:
CodeGen\EmitExpression.cs (4)
101
case BoundKind.
Call
:
1999
case BoundKind.
Call
:
2709
case BoundKind.
Call
:
2914
case BoundKind.
Call
:
CodeGen\Optimizer.cs (1)
1055
case BoundKind.
Call
:
Compilation\CSharpSemanticModel.cs (2)
3423
case BoundKind.
Call
:
4246
case BoundKind.
Call
:
Compilation\MemberSemanticModel.cs (1)
1768
case BoundKind.
Call
:
Generated\BoundNodes.xml.Generated.cs (2)
6033
: base(BoundKind.
Call
, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
8832
case BoundKind.
Call
:
Lowering\ClosureConversion\ClosureConversion.cs (1)
1088
if (visited.Kind != BoundKind.
Call
)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
201
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
959
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (2)
686
case BoundKind.
Call
:
898
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.cs (1)
60
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_NullCoalescingAssignmentOperator.cs (1)
94
if (lhsRead.Kind == BoundKind.
Call
)
Lowering\LocalRewriter\LocalRewriter_NullCoalescingOperator.cs (1)
183
if (expression.Kind != BoundKind.
Call
)
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
158
case BoundKind.
Call
:
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
598
case BoundKind.
Call
:
Operations\CSharpOperationFactory.cs (1)
41
case BoundKind.
Call
:
Operations\CSharpOperationFactory_Methods.cs (1)
240
case BoundKind.
Call
: