4 references to ReportDelegateInvokeUseSiteDiagnostic
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5438
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, argument.Type, node: node))
Binder\Binder_Invocation.cs (1)
362
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, delegateType, node: node))
Binder\Binder_Statements.cs (2)
2049
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, targetType, node: syntax))
2475
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, targetType, location))