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