Base:
property
IsByRef
Microsoft.CodeAnalysis.VisualBasic.Symbols.ParameterSymbol.IsByRef
4 references to IsByRef
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Lambda.vb (4)
107
If Not unboundParam.
IsByRef
AndAlso source.Flags <> 0 AndAlso unboundType.IsRestrictedType Then
118
unboundParam.
IsByRef
,
143
unboundParam.
IsByRef
,
801
parameters(i).Name, parameters(i).Type, sourceParameter.Syntax.GetLocation(), parameters(i).
IsByRef
)