15 references to Lifted
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder_Operators.vb (2)
1204
Debug.Assert(((operatorKind And UnaryOperatorKind.
Lifted
) <> 0) = resultType.IsNullableType())
1265
opKind = opKind Or UnaryOperatorKind.
Lifted
BoundTree\BoundUserDefinedUnaryOperator.vb (1)
38
If (OperatorKind And UnaryOperatorKind.
Lifted
) <> 0 Then
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
35
Dim isLifted As Boolean = (node.OperatorKind And UnaryOperatorKind.
Lifted
) <> 0
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (1)
747
Debug.Assert((opKind And UnaryOperatorKind.
Lifted
) <> 0)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (3)
128
If (opKind And UnaryOperatorKind.OpMask) <> UnaryOperatorKind.IsTrue OrElse (opKind And UnaryOperatorKind.
Lifted
) = 0 Then
177
Dim isLifted As Boolean = (node.OperatorKind And UnaryOperatorKind.
Lifted
) <> 0
204
If (opKind And UnaryOperatorKind.
Lifted
) = 0 Then
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (4)
72
If (node.OperatorKind And UnaryOperatorKind.
Lifted
) <> 0 Then
80
If (node.OperatorKind And UnaryOperatorKind.
Lifted
) = 0 OrElse _inExpressionLambda Then
97
If Not node.HasErrors AndAlso ((kind And UnaryOperatorKind.
Lifted
) = 0) AndAlso (kind <> UnaryOperatorKind.Error) AndAlso Not _inExpressionLambda Then
316
Dim unliftedOpKind = originalOperator.OperatorKind And (Not UnaryOperatorKind.
Lifted
)
Operations\VisualBasicOperationFactory.vb (2)
505
Dim isLifted As Boolean = (boundUnaryOperator.OperatorKind And VisualBasic.UnaryOperatorKind.
Lifted
) <> 0
518
Dim isLifted As Boolean = (boundUserDefinedUnaryOperator.OperatorKind And VisualBasic.UnaryOperatorKind.
Lifted
) <> 0
Semantics\Operators.vb (1)
565
result = result Or UnaryOperatorKind.
Lifted