2 references to MethodGroupConversionHasErrors
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (1)
3097
return this.
MethodGroupConversionHasErrors
(boundMethodGroup.Syntax, conversion, boundMethodGroup.ReceiverOpt, conversion.IsExtensionMethod, isAddressOf: false, delegateType, diagnostics);
Binder\Binder_Expressions.cs (1)
5486
if (!this.
MethodGroupConversionHasErrors
(argument.Syntax, conv, argument, conv.IsExtensionMethod, isAddressOf: false, type, diagnostics))