4 references to PassArguments
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Attributes.vb (1)
353
Dim argumentInfo As (Arguments As ImmutableArray(Of BoundExpression), DefaultArguments As BitVector) =
PassArguments
(node.Name, methodResult, boundArguments, diagnostics)
Binding\Binder_Invocation.vb (1)
848
Dim argumentInfo As (Arguments As ImmutableArray(Of BoundExpression), DefaultArguments As BitVector) =
PassArguments
(node, bestResult, boundArguments, diagnostics)
Binding\Binder_ObjectInitializer.vb (1)
465
Dim argumentInfo As (Arguments As ImmutableArray(Of BoundExpression), DefaultArguments As BitVector) =
PassArguments
(typeNode, methodResult, boundArguments, diagnostics)
Binding\Binder_Operators.vb (1)
716
PassArguments
(node, bitwiseAnalysis, ImmutableArray.Create(Of BoundExpression)(left, right), diagnostics)