18 references to IsLifted
Microsoft.CodeAnalysis.CSharp (18)
Binder\Binder_Operators.cs (3)
1864
Debug.Assert(!bestTrue.GetValueOrDefault().Signature.Kind.
IsLifted
());
1865
Debug.Assert(!bestFalse.GetValueOrDefault().Signature.Kind.
IsLifted
());
4290
if (kind.IsEnum() && !kind.
IsLifted
())
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (4)
200
if (candidate.Kind.
IsLifted
())
229
if (candidate.Kind.
IsLifted
())
463
bool lifted1 = op1.Kind.
IsLifted
();
464
bool lifted2 = op2.Kind.
IsLifted
();
Compilation\BuiltInOperators.cs (1)
282
if (kind.
IsLifted
())
FlowAnalysis\NullableWalker.cs (3)
11022
bool isLifted = node.OperatorKind.
IsLifted
();
11974
bool isLifted = node.OperatorKind.
IsLifted
();
12007
TypeWithState.Create(node.Type, node.OperatorKind.
IsLifted
() ? argumentResult.State : NullableFlowState.NotNull);
Lowering\DiagnosticsPass_Warnings.cs (1)
737
if (!node.OperatorKind.
IsLifted
())
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (4)
104
else if (kind.
IsLifted
())
794
bool isLifted = node.OperatorKind.
IsLifted
();
1123
if (node.OperatorKind.
IsLifted
())
1235
if (unaryOperatorKind.
IsLifted
())
Operations\CSharpOperationFactory.cs (2)
1389
bool isLifted = boundIncrementOperator.OperatorKind.
IsLifted
();
1439
bool isLifted = boundUnaryOperator.OperatorKind.
IsLifted
();