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