5 references to ReportDelegateInvokeUseSiteDiagnostic
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
3080
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, delegateType, delegateMismatchLocation))
Binder\Binder_Expressions.cs (1)
5457
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, argument.Type, node: node))
Binder\Binder_Invocation.cs (1)
364
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, delegateType, node: node))
Binder\Binder_Statements.cs (2)
2049
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, targetType, node: syntax))
2475
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, targetType, location))