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