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