23 references to ShouldSuppressDiagnostics
Microsoft.CodeAnalysis.VisualBasic (23)
Binding\Binder_Query.vb (23)
351If ShouldSuppressDiagnostics(letSelectorLambda) Then 546If suppressCallDiagnostics OrElse ShouldSuppressDiagnostics(selectSelectorLambda) Then 688If ShouldSuppressDiagnostics(selectorLambda) Then 825If callDiagnostics IsNot BindingDiagnosticBag.Discarded AndAlso ShouldSuppressDiagnostics(selectorLambda) Then 1141(ShouldSuppressDiagnostics(manySelectorLambda) OrElse ShouldSuppressDiagnostics(joinSelectorLambda)) Then 1525ShouldSuppressDiagnostics(outerKeyLambda) OrElse 1526ShouldSuppressDiagnostics(innerKeyLambda) OrElse 1527ShouldSuppressDiagnostics(joinSelectorLambda) Then 1708ShouldSuppressDiagnostics(outerKeyLambda) OrElse 1709ShouldSuppressDiagnostics(innerKeyLambda) OrElse 1710ShouldSuppressDiagnostics(intoLambda) Then 1814If ShouldSuppressDiagnostics(keysLambda) OrElse ShouldSuppressDiagnostics(intoLambda) OrElse 1815(itemsLambda IsNot Nothing AndAlso ShouldSuppressDiagnostics(itemsLambda)) Then 1963ElseIf Not (ShouldSuppressDiagnostics(keysLambda) OrElse 1964(itemsLambda IsNot Nothing AndAlso ShouldSuppressDiagnostics(itemsLambda))) Then 2043ElseIf Not ShouldSuppressDiagnostics(innerKeyLambda) AndAlso Not ShouldSuppressDiagnostics(outerKeyLambda) AndAlso 2379If diagnostics IsNot BindingDiagnosticBag.Discarded AndAlso ShouldSuppressDiagnostics(filterLambda) Then 2576If callDiagnostics IsNot BindingDiagnosticBag.Discarded AndAlso ShouldSuppressDiagnostics(keyLambda) Then 3961If aggregationLambda IsNot Nothing AndAlso ShouldSuppressDiagnostics(aggregationLambda) Then 4286If ShouldSuppressDiagnostics(selectorLambda) Then