15 references to PopStackFrame
Microsoft.CodeAnalysis (15)
Operations\ControlFlowGraphBuilder.cs (15)
1690return PopStackFrame(frame, PopOperand());
2114return PopStackFrame(frame, new SimpleAssignmentOperation(operation.IsRef, PopOperand(), value, null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation)));
2124return PopStackFrame(frame, new CompoundAssignmentOperation(compoundAssignment.InConversionConvertible, compoundAssignment.OutConversionConvertible, operation.OperatorKind, operation.IsLifted,
2240leftOperand = PopStackFrame(frame, new BinaryOperation(operation.OperatorKind, PopOperand(), rightOperand, operation.IsLifted, operation.IsChecked, operation.IsCompareText,
5988return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, initializedInstance));
6001return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, initializedInstance));
6008return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, initializedInstance));
6023return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, initializedInstance));
6510return PopStackFrame(frame, popAndAssembleArrayInitializerValues(operation));
6598return PopStackFrame(frame, new CollectionExpressionOperation(
6753return PopStackFrame(frame, PopTargetAndWrapTupleIfNecessary(operation));
6799return PopStackFrame(PushStackFrame(),
7543return PopStackFrame(PushStackFrame(),
7935var result = PopStackFrame(PushStackFrame(), base.Visit(operation, argument));
7981return PopStackFrame(frame, HandleObjectOrCollectionInitializer(operation.Initializer, cloned));