4 references to PassArgumentByVal
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Invocation.vb (3)
2714
items.Add(
PassArgumentByVal
(arguments(paramArrayItems(i)),
2817
Return
PassArgumentByVal
(argument, conversionTo, targetType, diagnostics)
2917
Return
PassArgumentByVal
(argument, conversionTo, targetType, diagnostics)
Semantics\OverloadResolution.vb (1)
3399
Dim passedExpression As BoundExpression = binder.
PassArgumentByVal
(argument, conv, targetType, BindingDiagnosticBag.Discarded)