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