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

namespace System.Linq.Expressions.Interpreter
{
public class BranchLabel // TypeDefIndex: 9765
{
	// Fields
	type#20868 _targetIndex;
	type#20868 _stackDepth;
	type#20868 _continuationStackDepth;
	type#8700 _forwardBranchFixups;
	type#20868 <LabelIndex>k__BackingField;

	// Methods
	// RVA: -1
	internal type#20867 get_LabelIndex() { }
	// RVA: -1
	internal type#28660 set_LabelIndex(type#20867 value) { }
	// RVA: -1
	internal type#15313 get_HasRuntimeLabel() { }
	// RVA: -1
	internal type#20867 get_TargetIndex() { }
	// RVA: -1
	internal type#25480 ToRuntimeLabel() { }
	// RVA: -1
	internal type#28660 Mark(type#20852 instructions) { }
	// RVA: -1
	internal type#28660 AddBranch(type#20852 instructions, type#20867 branchIndex) { }
	// RVA: -1
	internal type#28660 FixupBranch(type#20852 instructions, type#20867 branchIndex) { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
