2 references to IsAnonymousFunctionCompatibleWithType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
1987var reason = Conversions.IsAnonymousFunctionCompatibleWithType(anonymousFunction, targetType);
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1575return IsAnonymousFunctionCompatibleWithType((UnboundLambda)source, destination) == LambdaConversionResult.Success;