4 references to IsMethodGroup
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (2)
171if (conversion.IsMethodGroup) 363Debug.Assert(!conversion.IsMethodGroup);
Binder\Semantics\Conversions\Conversion.cs (1)
1061/// Returns the method used to create the delegate for a method group conversion if <see cref="IsMethodGroup"/> is true
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
3677if (conv.IsMethodGroup)