25 references to Lifted
Microsoft.CodeAnalysis.VisualBasic (25)
Binding\Binder_Operators.vb (7)
308If (operatorKind And BinaryOperatorKind.Lifted) = 0 OrElse leftType.IsNullableType() Then 317(operatorKind And BinaryOperatorKind.Lifted) <> 0, diagnostics) 345If (operatorKind And BinaryOperatorKind.Lifted) <> 0 Then 427Debug.Assert((operatorKind And BinaryOperatorKind.Lifted) = 0) 461If (operatorKind And BinaryOperatorKind.Lifted) <> 0 Then 584opKind = opKind Or BinaryOperatorKind.Lifted 654bitwiseKind = 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)
41If (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)
65Dim isLifted As Boolean = (node.OperatorKind And BinaryOperatorKind.Lifted) <> 0 123If (opKind And BinaryOperatorKind.Lifted) = 0 Then 658Debug.Assert((opKind And BinaryOperatorKind.Lifted) <> 0)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (6)
23If (node.OperatorKind And BinaryOperatorKind.Lifted) <> 0 Then 132If (binary.OperatorKind And BinaryOperatorKind.Lifted) <> 0 Then 165If (node.OperatorKind And BinaryOperatorKind.Lifted) <> 0 Then 236Debug.Assert((opKind And BinaryOperatorKind.Lifted) = 0) 807Debug.Assert((node.OperatorKind And BinaryOperatorKind.Lifted) <> 0) 1505Dim 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