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