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