39 references to Call
Microsoft.CodeAnalysis.CSharp (39)
Binder\Binder.ValueChecks.cs (5)
1112
case BoundKind.
Call
:
3795
case BoundKind.
Call
:
4085
case BoundKind.
Call
:
4457
case BoundKind.
Call
:
5177
case BoundKind.
Call
:
Binder\Binder_Await.cs (3)
81
if (expression.Kind != BoundKind.
Call
||
600
if (getAwaiterCall.Kind != BoundKind.
Call
)
716
if (getAwaiterGetResultCall.Kind != BoundKind.
Call
)
Binder\Binder_Expressions.cs (1)
6673
else if (addMethodInvocation.Kind == BoundKind.
Call
)
Binder\Binder_Invocation.cs (1)
1107
case BoundKind.
Call
:
Binder\Binder_Statements.cs (1)
4260
if (patternMethodCall.Kind != BoundKind.
Call
)
BoundTree\BoundExpressionExtensions.cs (2)
33
case BoundKind.
Call
:
213
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
:
2257
case BoundKind.
Call
:
2977
case BoundKind.
Call
:
3182
case BoundKind.
Call
:
CodeGen\Optimizer.cs (1)
1065
case BoundKind.
Call
:
Compilation\CSharpSemanticModel.cs (2)
3443
case BoundKind.
Call
:
4286
case BoundKind.
Call
:
Compilation\MemberSemanticModel.cs (1)
1823
case BoundKind.
Call
:
Generated\BoundNodes.xml.Generated.cs (2)
6214
: base(BoundKind.
Call
, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
9403
case BoundKind.
Call
:
Lowering\ClosureConversion\ClosureConversion.cs (1)
1119
if (visited.Kind != BoundKind.
Call
)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
204
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
1098
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (2)
831
case BoundKind.
Call
:
1047
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.cs (1)
60
case BoundKind.
Call
:
Lowering\LocalRewriter\LocalRewriter_NullCoalescingAssignmentOperator.cs (1)
117
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\RefInitializationHoister.cs (1)
230
case BoundKind.
Call
:
Operations\CSharpOperationFactory.cs (1)
40
case BoundKind.
Call
:
Operations\CSharpOperationFactory_Methods.cs (1)
232
case BoundKind.
Call
: