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