3 references to LambdaParameterType
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Utils.vb (2)
552
ElseIf (decoderContext And ModifiedIdentifierTypeDecoderContext.
LambdaParameterType
) = ModifiedIdentifierTypeDecoderContext.
LambdaParameterType
Then
Symbols\Source\UnboundLambdaParameterSymbol.vb (1)
87
Dim paramType As TypeSymbol = binder.DecodeModifiedIdentifierType(syntax.Identifier, syntax.AsClause, Nothing, getErrorInfo, diagBag, Binder.ModifiedIdentifierTypeDecoderContext.
LambdaParameterType
)