3 references to ReportDiagnosticsIfUnmanagedCallersOnly
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (1)
1480
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, selectedMethod, location, isDelegateConversion: true);
Binder\Binder_Invocation.cs (1)
1112
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, method, node.Location, isDelegateConversion: false);
Binder\ForEachLoopBinder.cs (1)
435
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, getEnumeratorMethod, foreachKeyword.GetLocation(), isDelegateConversion: false);