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