5 references to BoundCall
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Expressions.vb (1)
1146result = New BoundCall(typeExpr.Syntax, [call].Method, [call].MethodGroupOpt, [call].ReceiverOpt, [call].Arguments,
Binding\Binder_Invocation.vb (1)
142expr = New BoundCall(
BoundTree\BoundCall.vb (2)
24Me.New(syntax, method, methodGroupOpt, receiverOpt, arguments, defaultArguments, 42Me.New(syntax, method, methodGroupOpt, receiverOpt, arguments, defaultArguments:=BitVector.Null, constantValueOpt, isLValue, suppressObjectClone, type, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
3103Dim result = New BoundCall(Me.Syntax, method, methodGroupOpt, receiverOpt, arguments, defaultArguments, constantValueOpt, isLValue, suppressObjectClone, type, Me.HasErrors)