1 implementation of IsLifted
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9088public bool IsLifted { get; }
1 reference to IsLifted
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7756return new RangeOperation(visitedLeftOperand, visitedRightOperand, operation.IsLifted, operation.Method, semanticModel: null, operation.Syntax, operation.Type, isImplicit: IsImplicit(operation));