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