25 references to Lifted
Microsoft.CodeAnalysis.VisualBasic (25)
Binding\Binder_Operators.vb (7)
338If (operatorKind And BinaryOperatorKind.Lifted) = 0 OrElse leftType.IsNullableType() Then 347(operatorKind And BinaryOperatorKind.Lifted) <> 0, diagnostics) 375If (operatorKind And BinaryOperatorKind.Lifted) <> 0 Then 457Debug.Assert((operatorKind And BinaryOperatorKind.Lifted) = 0) 491If (operatorKind And BinaryOperatorKind.Lifted) <> 0 Then 614opKind = opKind Or BinaryOperatorKind.Lifted 684bitwiseKind = bitwiseKind Or BinaryOperatorKind.Lifted
Binding\Binder_Query.vb (2)
3482(operatorKind And Not (BinaryOperatorKind.Equals Or BinaryOperatorKind.Lifted)) = 0 AndAlso 3488(operatorKind And BinaryOperatorKind.Lifted) <> 0, diagnostics)
BoundTree\BoundUserDefinedBinaryOperator.vb (1)
43If (OperatorKind And BinaryOperatorKind.Lifted) <> 0 Then
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
96If (node.OperatorKind And BinaryOperatorKind.Lifted) <> 0 Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (3)
55Dim isLifted As Boolean = (node.OperatorKind And BinaryOperatorKind.Lifted) <> 0 187If (opKind And BinaryOperatorKind.Lifted) = 0 Then 740Debug.Assert((opKind And BinaryOperatorKind.Lifted) <> 0)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (6)
18If (node.OperatorKind And BinaryOperatorKind.Lifted) <> 0 Then 127If (binary.OperatorKind And BinaryOperatorKind.Lifted) <> 0 Then 160If (node.OperatorKind And BinaryOperatorKind.Lifted) <> 0 Then 231Debug.Assert((opKind And BinaryOperatorKind.Lifted) = 0) 802Debug.Assert((node.OperatorKind And BinaryOperatorKind.Lifted) <> 0) 1500Dim unliftedOpKind = originalOperator.OperatorKind And (Not BinaryOperatorKind.Lifted)
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
49Debug.Assert((binary.OperatorKind And BinaryOperatorKind.Lifted) <> 0)
Operations\VisualBasicOperationFactory_Methods.vb (2)
131isLifted:=(boundBinaryOperator.OperatorKind And VisualBasic.BinaryOperatorKind.Lifted) <> 0, 142isLifted:=(boundUserDefinedBinaryOperator.OperatorKind And VisualBasic.BinaryOperatorKind.Lifted) <> 0,
Semantics\Operators.vb (2)
949result = result Or BinaryOperatorKind.Lifted 979result = result Or BinaryOperatorKind.Lifted