7 references to ReportDiagnosticsIfUnmanagedCallersOnly
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Conversions.cs (3)
1071
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, collectionBuilderMethod, syntax, isDelegateConversion: false);
1433
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, addMethods[0], syntax, isDelegateConversion: false);
3038
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, selectedMethod, syntax, isDelegateConversion: true);
Binder\Binder_Invocation.cs (1)
1333
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, method, node, isDelegateConversion: false);
Binder\Binder_Operators.cs (2)
470
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, method, node, isDelegateConversion: false);
3426
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, method, node, isDelegateConversion: false);
Binder\ForEachLoopBinder.cs (1)
467
ReportDiagnosticsIfUnmanagedCallersOnly
(diagnostics, getEnumeratorMethod, foreachKeyword, isDelegateConversion: false);