2 references to BoundByRefArgumentPlaceholder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Invocation.vb (1)
2856Dim inPlaceholder = New BoundByRefArgumentPlaceholder(argument.Syntax, isOutParameter, argument.Type, argument.HasErrors).MakeCompilerGenerated()
Generated\BoundNodes.xml.Generated.vb (1)
6363Dim result = New BoundByRefArgumentPlaceholder(Me.Syntax, isOut, type, Me.HasErrors)