5 references to ReportDelegateInvokeUseSiteDiagnostic
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
1503
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, delegateType, delegateMismatchLocation))
Binder\Binder_Expressions.cs (1)
4606
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, argument.Type, node: node))
Binder\Binder_Invocation.cs (1)
277
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, delegateType, node: node))
Binder\Binder_Statements.cs (2)
2004
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, targetType, node: syntax))
2419
if (
ReportDelegateInvokeUseSiteDiagnostic
(diagnostics, targetType, location))