// Assembly: System.Core
// Full name: System.Linq.Expressions.Interpreter.InterpretedFrame

namespace System.Linq.Expressions.Interpreter
{
public class InterpretedFrame // TypeDefIndex: 9889
{
	// Fields
	type#21015 s_currentFrame;
	type#21021 Interpreter;
	type#21013 _parent;
	type#13157 _continuations;
	type#20868 _continuationIndex;
	type#20868 _pendingContinuation;
	type#23706 _pendingValue;
	type#13307 Data;
	type#13129 Closure;
	type#20872 StackIndex;
	type#20872 InstructionIndex;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#21019 interpreter, type#13127 closure) { }
	// RVA: -1
	public type#17143 GetDebugInfo(type#20867 instructionIndex) { }
	// RVA: -1
	public type#26576 get_Name() { }
	// RVA: -1
	public type#28660 Push(type#23705 value) { }
	// RVA: -1
	public type#28660 Push(type#15313 value) { }
	// RVA: -1
	public type#28660 Push(type#20867 value) { }
	// RVA: -1
	public type#28660 Push(type#15455 value) { }
	// RVA: -1
	public type#28660 Push(type#25514 value) { }
	// RVA: -1
	public type#28660 Push(type#20856 value) { }
	// RVA: -1
	public type#28660 Push(type#27901 value) { }
	// RVA: -1
	public type#23705 Pop() { }
	// RVA: -1
	internal type#28660 SetStackDepth(type#20867 depth) { }
	// RVA: -1
	public type#23705 Peek() { }
	// RVA: -1
	public type#28660 Dup() { }
	// RVA: -1
	public type#21011 get_Parent() { }
	// RVA: -1
	public type#6689 GetStackTraceDebugInfo() { }
	// RVA: -1
	internal type#28660 SaveTraceToException(type#18121 exception) { }
	// RVA: -1
	internal type#21011 Enter() { }
	// RVA: -1
	internal type#28660 Leave(type#21011 prevFrame) { }
	// RVA: -1
	internal type#15313 IsJumpHappened() { }
	// RVA: -1
	public type#28660 RemoveContinuation() { }
	// RVA: -1
	public type#28660 PushContinuation(type#20867 continuation) { }
	// RVA: -1
	public type#20867 YieldToCurrentContinuation() { }
	// RVA: -1
	public type#20867 YieldToPendingContinuation() { }
	// RVA: -1
	internal type#28660 PushPendingContinuation() { }
	// RVA: -1
	internal type#28660 PopPendingContinuation() { }
	// RVA: -1
	public type#20867 Goto(type#20867 labelIndex, type#23705 value, type#15313 gotoExceptionHandler) { }
}
}
