2 references to IsAnonymousFunctionCompatibleWithDelegate
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Conversions\ConversionsBase.cs (2)
1538
return
IsAnonymousFunctionCompatibleWithDelegate
(anonymousFunction, delegateType, isTargetExpressionTree: true);
1555
return
IsAnonymousFunctionCompatibleWithDelegate
(anonymousFunction, type, isTargetExpressionTree: false);