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