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