23 references to ShouldSuppressDiagnostics
Microsoft.CodeAnalysis.VisualBasic (23)
Binding\Binder_Query.vb (23)
350If ShouldSuppressDiagnostics(letSelectorLambda) Then 545If suppressCallDiagnostics OrElse ShouldSuppressDiagnostics(selectSelectorLambda) Then 687If ShouldSuppressDiagnostics(selectorLambda) Then 824If callDiagnostics IsNot BindingDiagnosticBag.Discarded AndAlso ShouldSuppressDiagnostics(selectorLambda) Then 1140(ShouldSuppressDiagnostics(manySelectorLambda) OrElse ShouldSuppressDiagnostics(joinSelectorLambda)) Then 1524ShouldSuppressDiagnostics(outerKeyLambda) OrElse 1525ShouldSuppressDiagnostics(innerKeyLambda) OrElse 1526ShouldSuppressDiagnostics(joinSelectorLambda) Then 1707ShouldSuppressDiagnostics(outerKeyLambda) OrElse 1708ShouldSuppressDiagnostics(innerKeyLambda) OrElse 1709ShouldSuppressDiagnostics(intoLambda) Then 1813If ShouldSuppressDiagnostics(keysLambda) OrElse ShouldSuppressDiagnostics(intoLambda) OrElse 1814(itemsLambda IsNot Nothing AndAlso ShouldSuppressDiagnostics(itemsLambda)) Then 1962ElseIf Not (ShouldSuppressDiagnostics(keysLambda) OrElse 1963(itemsLambda IsNot Nothing AndAlso ShouldSuppressDiagnostics(itemsLambda))) Then 2042ElseIf Not ShouldSuppressDiagnostics(innerKeyLambda) AndAlso Not ShouldSuppressDiagnostics(outerKeyLambda) AndAlso 2378If diagnostics IsNot BindingDiagnosticBag.Discarded AndAlso ShouldSuppressDiagnostics(filterLambda) Then 2575If callDiagnostics IsNot BindingDiagnosticBag.Discarded AndAlso ShouldSuppressDiagnostics(keyLambda) Then 3960If aggregationLambda IsNot Nothing AndAlso ShouldSuppressDiagnostics(aggregationLambda) Then 4285If ShouldSuppressDiagnostics(selectorLambda) Then