1 implementation of IsLifted
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5660public bool IsLifted { get; }
7 references to IsLifted
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2177else if (operation.IsLifted && 2230leftOperand = PopStackFrame(frame, new BinaryOperation(operation.OperatorKind, PopOperand(), rightOperand, operation.IsLifted, operation.IsChecked, operation.IsCompareText, 2571bool isLifted = binOp.IsLifted;
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
158if (binaryOperation.IsLifted
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1191if (operation.IsLifted)
Compilation\TestOperationVisitor.cs (1)
767var isLifted = operation.IsLifted;
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
158if (binaryOperation.IsLifted