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

namespace System.Linq.Expressions.Interpreter
{
public class BranchInstruction // TypeDefIndex: 9773
{
	// Fields
	type#12774 s_caches;
	type#15323 _hasResult;
	type#15323 _hasValue;

	// Methods
	// RVA: -1
	public virtual type#13143 get_Cache() { }
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#15313 hasResult, type#15313 hasValue) { }
	// RVA: -1
	public virtual type#26576 get_InstructionName() { }
	// RVA: -1
	public virtual type#20867 get_ConsumedStack() { }
	// RVA: -1
	public virtual type#20867 get_ProducedStack() { }
	// RVA: -1
	public virtual type#20867 Run(type#21011 frame) { }
}
}
