15 references to PopStackFrame
Microsoft.CodeAnalysis (15)
Operations\ControlFlowGraphBuilder.cs (15)
1682return PopStackFrame(frame, PopOperand());
2106return PopStackFrame(frame, new SimpleAssignmentOperation(operation.IsRef, PopOperand(), value, null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation)));
2116return PopStackFrame(frame, new CompoundAssignmentOperation(compoundAssignment.InConversionConvertible, compoundAssignment.OutConversionConvertible, operation.OperatorKind, operation.IsLifted,
2232leftOperand = PopStackFrame(frame, new BinaryOperation(operation.OperatorKind, PopOperand(), rightOperand, operation.IsLifted, operation.IsChecked, operation.IsCompareText,
5979return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, initializedInstance));
5992return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, initializedInstance));
5999return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, initializedInstance));
6014return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, initializedInstance));
6501return PopStackFrame(frame, popAndAssembleArrayInitializerValues(operation));
6589return PopStackFrame(frame, new CollectionExpressionOperation(
6744return PopStackFrame(frame, PopTargetAndWrapTupleIfNecessary(operation));
6790return PopStackFrame(PushStackFrame(),
7531return PopStackFrame(PushStackFrame(),
7923var result = PopStackFrame(PushStackFrame(), base.Visit(operation, argument));
7969return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, cloned));