12 references to IsFunctionLambda
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Conversions.vb (2)
1382
If(unboundLambda.
IsFunctionLambda
, ERRID.ERR_LambdaBindingMismatch1, ERRID.ERR_LambdaBindingMismatch2),
1426
If unboundLambda.
IsFunctionLambda
Then
Binding\Binder_Lambda.vb (6)
162
If source.
IsFunctionLambda
Then
168
Debug.Assert(source.
IsFunctionLambda
)
793
Debug.Assert(source.
IsFunctionLambda
= Not returnType.IsVoidType())
809
Dim returnParamName = AnonymousTypeDescriptor.GetReturnParameterName(source.
IsFunctionLambda
)
859
commonReturnType = If(source.
IsFunctionLambda
AndAlso source.ReturnType.IsVoidType(), LambdaSymbol.ReturnTypeVoidReplacement, source.ReturnType)
889
Debug.Assert(Me Is source.Binder AndAlso source.
IsFunctionLambda
AndAlso
BoundTree\UnboundLambda.vb (2)
64
Dim result = New KeyValuePair(Of TypeSymbol, ReadOnlyBindingDiagnostic(Of AssemblySymbol))(If(Me.
IsFunctionLambda
AndAlso Me.ReturnType.IsVoidType(),
72
Debug.Assert(Me.
IsFunctionLambda
)
Semantics\OverloadResolution.vb (1)
3318
If unbound IsNot Nothing AndAlso Not unbound.
IsFunctionLambda
AndAlso
Semantics\TypeInference\TypeArgumentInference.vb (1)
2133
If unboundLambda.
IsFunctionLambda
Then