52 references to Call
Microsoft.CodeAnalysis.VisualBasic (51)
Analysis\ForLoopVerification.vb (1)
137
Case BoundKind.
Call
Analysis\InitializerRewriter.vb (1)
267
If expression.Kind = BoundKind.
Call
Then
Binding\Binder_Expressions.vb (5)
1144
Case BoundKind.
Call
1744
Case BoundKind.
Call
4638
operand.Kind = BoundKind.
Call
Then
4741
getAwaiter.Kind <> BoundKind.
Call
OrElse
4836
getResult.Kind <> BoundKind.
Call
Then
Binding\Binder_Invocation.vb (2)
139
If expr.Kind = BoundKind.
Call
Then
427
If withoutArgs.Kind = BoundKind.
Call
OrElse withoutArgs.Kind = BoundKind.PropertyAccess Then
Binding\Binder_Query.vb (3)
4357
If Not asQueryable.HasErrors AndAlso asQueryable.Kind = BoundKind.
Call
Then
4375
If Not asEnumerable.HasErrors AndAlso asEnumerable.Kind = BoundKind.
Call
Then
4398
If Not cast.HasErrors AndAlso cast.Kind = BoundKind.
Call
Then
Binding\Binder_Statements.vb (2)
2634
If boundExpression.Kind = BoundKind.
Call
Then
4135
boundMoveNextCall.Kind <> BoundKind.
Call
OrElse
Binding\MemberSemanticModel.vb (2)
750
If enumeratorInfo.GetEnumerator IsNot Nothing AndAlso enumeratorInfo.GetEnumerator.Kind = BoundKind.
Call
Then
758
If enumeratorInfo.MoveNext IsNot Nothing AndAlso enumeratorInfo.MoveNext.Kind = BoundKind.
Call
Then
BoundTree\BoundAssignmentOperator.vb (1)
121
If boundUserDefinedOperator.UnderlyingExpression.Kind = BoundKind.
Call
Then
BoundTree\BoundCollectionInitializerExpression.vb (1)
17
Debug.Assert(initializer.Kind = BoundKind.
Call
OrElse initializer.Kind = BoundKind.LateInvocation)
BoundTree\BoundConversion.vb (1)
91
If expr.Kind = BoundKind.
Call
Then
BoundTree\BoundExpressionExtensions.vb (1)
535
Case BoundKind.
Call
,
BoundTree\BoundTreeVisitor.vb (1)
59
Case BoundKind.
Call
BoundTree\BoundUserDefinedBinaryOperator.vb (2)
35
Debug.Assert(UnderlyingExpression.Kind = BoundKind.BadExpression OrElse UnderlyingExpression.Kind = BoundKind.
Call
)
37
If UnderlyingExpression.Kind = BoundKind.
Call
Then
BoundTree\BoundUserDefinedUnaryOperator.vb (2)
29
Debug.Assert(UnderlyingExpression.Kind = BoundKind.BadExpression OrElse UnderlyingExpression.Kind = BoundKind.
Call
)
31
If UnderlyingExpression.Kind = BoundKind.
Call
Then
CodeGen\EmitAddress.vb (2)
118
Case BoundKind.
Call
241
Case BoundKind.
Call
CodeGen\EmitExpression.vb (3)
78
Case BoundKind.
Call
1835
Case BoundKind.
Call
1940
Case BoundKind.
Call
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
628
Case BoundKind.
Call
Compilation\MethodCompiler.vb (1)
1421
If expression.Kind <> BoundKind.
Call
Then
Compilation\SemanticModel.vb (1)
1287
Case BoundKind.
Call
Generated\BoundNodes.xml.Generated.vb (2)
3018
MyBase.New(BoundKind.
Call
, syntax, type, hasErrors OrElse methodGroupOpt.NonNullAndHasErrors() OrElse receiverOpt.NonNullAndHasErrors() OrElse arguments.NonNullAndHasErrors())
9422
Case BoundKind.
[Call]
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (2)
214
Case BoundKind.
Call
614
Debug.Assert(initializers(i).Kind = BoundKind.
Call
)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1363
If rewritten.Kind = BoundKind.
Call
Then
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
199
Case BoundKind.
Call
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (2)
372
Case BoundKind.
Call
1283
If operand.Kind = BoundKind.
Call
Then
Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.vb (1)
40
Case BoundKind.
Call
Lowering\LocalRewriter\LocalRewriter_StringConcat.vb (1)
117
Case BoundKind.
Call
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (1)
232
Debug.Assert(origSideEffects(i).Kind = BoundKind.
Call
)
Lowering\UseTwiceRewriter.vb (1)
117
Case BoundKind.
Call
Operations\VisualBasicOperationFactory.vb (3)
81
Case BoundKind.
Call
488
If userDefined.UnderlyingExpression.Kind = BoundKind.
Call
Then
525
Return If(boundUserDefinedUnaryOperator.UnderlyingExpression.Kind = BoundKind.
Call
, boundUserDefinedUnaryOperator.Call.Method, Nothing)
Operations\VisualBasicOperationFactory_Methods.vb (3)
141
operatorMethod:=If(boundUserDefinedBinaryOperator.UnderlyingExpression.Kind = BoundKind.
Call
, boundUserDefinedBinaryOperator.Call.Method, Nothing),
156
If [operator].UnderlyingExpression.Kind = BoundKind.
Call
Then
171
Case BoundKind.
Call
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.vb (1)
542
Case BoundKind.
Call