5 references to ByVal
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Utils.vb (1)
270
Case SyntaxKind.ByValKeyword : foundFlag = SourceParameterFlags.
ByVal
Symbols\Source\SourcePropertyAccessorSymbol.vb (3)
461
If flag <> SourceParameterFlags.
ByVal
Then
464
Return flag And SourceParameterFlags.
ByVal
466
Return SourceParameterFlags.
ByVal
Symbols\SynthesizedSymbols\SynthesizedMethod.vb (1)
59
flags = flags Or SourceParameterFlags.
ByVal