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