1 implementation of IsLifted
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9048
public bool
IsLifted
{ get; }
2 references to IsLifted
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7714
return new RangeOperation(visitedLeftOperand, visitedRightOperand, operation.
IsLifted
, operation.Method, semanticModel: null, operation.Syntax, operation.Type, isImplicit: IsImplicit(operation));
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\OperationTreeVerifier.cs (1)
2155
if (operation.
IsLifted
)