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