Base:
property
IsByRef
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.ParameterSymbol.IsByRef
3 references to IsByRef
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
437
Debug.Assert(_refCustomModifiers.IsEmpty OrElse
IsByRef
)
Symbols\Source\SourceParameterSymbol.vb (1)
455
Debug.Assert(
IsByRef
)
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
191
Debug.Assert(_refCustomModifiers.IsEmpty OrElse
IsByRef
)