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