2 types derived from LambdaParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\BoundLambdaParameterSymbol.vb (1)
18
Inherits
LambdaParameterSymbol
Symbols\Source\UnboundLambdaParameterSymbol.vb (1)
18
Inherits
LambdaParameterSymbol
2 instantiations of LambdaParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\BoundLambdaParameterSymbol.vb (1)
31
MyBase.
New
(name, ordinal, type, isByRef, location)
Symbols\Source\UnboundLambdaParameterSymbol.vb (1)
32
MyBase.
New
(name, ordinal, type, ((flags And SourceParameterFlags.ByRef) <> 0), location)