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