2 references to LateMakeSetArgumentArrayArgument
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_LateBindingHelpers.vb (2)
553
Dim arguments As BoundExpression =
LateMakeSetArgumentArrayArgument
(syntax, assignmentValue, argExpressions, argNames, lateSetMethod.Parameters(3).Type)
626
Dim arguments As BoundExpression =
LateMakeSetArgumentArrayArgument
(syntax, assignmentValue.MakeRValue, invocation.ArgumentsOpt, invocation.ArgumentNamesOpt, lateIndexSetMethod.Parameters(1).Type)