39 references to Call
Microsoft.CodeAnalysis.CSharp (39)
Binder\Binder.ValueChecks.cs (6)
873
case BoundKind.
Call
:
3441
case BoundKind.
Call
:
3758
case BoundKind.
Call
:
4156
case BoundKind.
Call
:
4866
case BoundKind.
Call
:
5771
case BoundKind.
Call
:
Binder\Binder_Await.cs (3)
78
if (expression.Kind != BoundKind.
Call
||
340
if (getAwaiterCall.Kind != BoundKind.
Call
)
447
if (getAwaiterGetResultCall.Kind != BoundKind.
Call
)
Binder\Binder_Expressions.cs (1)
6455
else if (addMethodInvocation.Kind == BoundKind.
Call
)
Binder\Binder_Invocation.cs (1)
1042
case BoundKind.
Call
:
Binder\Binder_Statements.cs (1)
4142
if (patternMethodCall.Kind != BoundKind.
Call
)
BoundTree\BoundExpressionExtensions.cs (2)
33
case BoundKind.
Call
:
203
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)
102
case BoundKind.
Call
:
2219
case BoundKind.
Call
:
2927
case BoundKind.
Call
:
3132
case BoundKind.
Call
:
CodeGen\Optimizer.cs (1)
1056
case BoundKind.
Call
:
Compilation\CSharpSemanticModel.cs (2)
3430
case BoundKind.
Call
:
4261
case BoundKind.
Call
:
Compilation\MemberSemanticModel.cs (1)
1777
case BoundKind.
Call
:
Generated\BoundNodes.xml.Generated.cs (2)
6144
: base(BoundKind.
Call
, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
9156
case BoundKind.
Call
:
Lowering\ClosureConversion\ClosureConversion.cs (1)
1104
if (visited.Kind != BoundKind.
Call
)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
199
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
1086
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (2)
698
case BoundKind.
Call
:
914
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)
192
if (expression.Kind != BoundKind.
Call
)
Lowering\SpillSequenceSpiller.cs (1)
431
case BoundKind.
Call
:
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
614
case BoundKind.
Call
:
Operations\CSharpOperationFactory.cs (1)
41
case BoundKind.
Call
:
Operations\CSharpOperationFactory_Methods.cs (1)
232
case BoundKind.
Call
: