4 references to IsMethodGroup
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (2)
171
if (conversion.
IsMethodGroup
)
363
Debug.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)
3677
if (conv.
IsMethodGroup
)