2 references to IsMethodGroupConversionIncompatibleWithDelegate
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (2)
3561
if (
IsMethodGroupConversionIncompatibleWithDelegate
(group, d1, conv1))
3566
else if (delegateResult == BetterResult.Right &&
IsMethodGroupConversionIncompatibleWithDelegate
(group, d2, conv2))