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