2 references to TryReportDiagnostics
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (2)
1300
if (operatorResolutionForReporting.
TryReportDiagnostics
(node, this, operand.Display, null, diagnostics))
1335
if (operatorResolutionForReporting.
TryReportDiagnostics
(node, this, left.Display, right.Display, diagnostics))