4 references to ReportDelegateOrFunctionPointerMethodGroupDiagnostics
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5421if (!Conversions.ReportDelegateOrFunctionPointerMethodGroupDiagnostics(this, boundMethodGroup, type, diagnostics))
Binder\Binder_Statements.cs (1)
2444if (!Conversions.ReportDelegateOrFunctionPointerMethodGroupDiagnostics(this, methodGroup, targetType, diagnostics))
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1221Conversions.ReportDelegateOrFunctionPointerMethodGroupDiagnostics(binder, (BoundMethodGroup)argument, parameterType, diagnostics)) 1230Conversions.ReportDelegateOrFunctionPointerMethodGroupDiagnostics(binder, ((BoundUnconvertedAddressOfOperator)argument).Operand, parameterType, diagnostics))