39 references to Call
Microsoft.CodeAnalysis.CSharp (39)
Binder\Binder.ValueChecks.cs (5)
1097
case BoundKind.
Call
:
3760
case BoundKind.
Call
:
4042
case BoundKind.
Call
:
4404
case BoundKind.
Call
:
5082
case BoundKind.
Call
:
Binder\Binder_Await.cs (3)
81
if (expression.Kind != BoundKind.
Call
||
586
if (getAwaiterCall.Kind != BoundKind.
Call
)
693
if (getAwaiterGetResultCall.Kind != BoundKind.
Call
)
Binder\Binder_Expressions.cs (1)
6518
else if (addMethodInvocation.Kind == BoundKind.
Call
)
Binder\Binder_Invocation.cs (1)
1065
case BoundKind.
Call
:
Binder\Binder_Statements.cs (1)
4183
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\CodeGenerator_HasHome.cs (1)
97
case BoundKind.
Call
:
CodeGen\EmitAddress.cs (1)
110
case BoundKind.
Call
:
CodeGen\EmitExpression.cs (4)
102
case BoundKind.
Call
:
2246
case BoundKind.
Call
:
2966
case BoundKind.
Call
:
3171
case BoundKind.
Call
:
CodeGen\Optimizer.cs (1)
1065
case BoundKind.
Call
:
Compilation\CSharpSemanticModel.cs (2)
3442
case BoundKind.
Call
:
4273
case BoundKind.
Call
:
Compilation\MemberSemanticModel.cs (1)
1779
case BoundKind.
Call
:
Generated\BoundNodes.xml.Generated.cs (2)
6144
: base(BoundKind.
Call
, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
9192
case BoundKind.
Call
:
Lowering\ClosureConversion\ClosureConversion.cs (1)
1109
if (visited.Kind != BoundKind.
Call
)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
199
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
1091
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (2)
829
case BoundKind.
Call
:
1045
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.cs (1)
60
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_NullCoalescingAssignmentOperator.cs (1)
107
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)
638
case BoundKind.
Call
:
Operations\CSharpOperationFactory.cs (1)
41
case BoundKind.
Call
:
Operations\CSharpOperationFactory_Methods.cs (1)
232
case BoundKind.
Call
: